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
Followup from the recent PMTiles / Vector Tiles work: #1016
Repeatable example of this is to load Mapbox Streets and check out corner of Collingswood Park
Template URL: https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/{z}/{x}/{y}.vector.pbf?sku=101HdzJcCmxpq&access_token=TOKEN
https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/{z}/{x}/{y}.vector.pbf?sku=101HdzJcCmxpq&access_token=TOKEN
Map: map=18.93/49.23716/-123.03534
map=18.93/49.23716/-123.03534
(This happens because the park spans several tile boundaries, so it needs to merge several times.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Followup from the recent PMTiles / Vector Tiles work: #1016
Repeatable example of this is to load Mapbox Streets and check out corner of Collingswood Park
Template URL:
https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/{z}/{x}/{y}.vector.pbf?sku=101HdzJcCmxpq&access_token=TOKEN
Map:
map=18.93/49.23716/-123.03534
(This happens because the park spans several tile boundaries, so it needs to merge several times.)
The text was updated successfully, but these errors were encountered: