We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
maplibre-rs currently only supports downloading tiles directly. We hardcode the TMS/XYZ format in the code.
maplibre-rs can use a tilejson hosted at: https://example.net/tiles.json
maplibre-rs can only fetch files from https://example.net/x/y/z.pbf
Support the TileJSON spec. Supporting only part if it is sufficient.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: