Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TileJSON #244

Open
maxammann opened this issue Jan 29, 2023 · 0 comments
Open

Add support for TileJSON #244

maxammann opened this issue Jan 29, 2023 · 0 comments
Labels
feature-request Request for a new feature

Comments

@maxammann
Copy link
Collaborator

maplibre-rs currently only supports downloading tiles directly. We hardcode the TMS/XYZ format in the code.

🤔 Expected Behavior

maplibre-rs can use a tilejson hosted at: https://example.net/tiles.json

😯 Current Behavior

maplibre-rs can only fetch files from https://example.net/x/y/z.pbf

💁 Possible Solution

Support the TileJSON spec. Supporting only part if it is sufficient.

🔦 Context

💻 Examples

None

@maxammann maxammann added the feature-request Request for a new feature label Jan 29, 2023
@maxammann maxammann added this to the Alpha Release 0.1.0 milestone Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant