-
Notifications
You must be signed in to change notification settings - Fork 10
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
new mapbox urls #41
Comments
You can theoretically generate such a static image, georeference it using a map file and then use it in GPXSee, but I do not see why anyone would do it, when he can use the mapbox tiles... |
I think the mapbox tiles get depreciated?
|
Mainly this part. As far as I understand, https://docs.mapbox.com/playground/static/ is the new "modern Static Images API" |
Mapbox is going to close the Classic Styles (CartoCSS) based services, not vector tiles services as whole. Mapbox Studio (the "new" styles) and the vector tiles are their core business. The static images API is just a marginal service for very special purposes. GPXSee does not use any Mapbox technology, except that it can render the Mapbox vector tiles which are part of Mapbox's "new" Mapbox Studio ecosystem. Even the styles used for styling the tiles are the "new" styles. However, as a hipster developer driven company with no care about backward compatibility (they have dropped backward compatibility of the vector tiles with the "old" raster tiles because of a single byte), Mapbox is continually deprecating stuff, so the recent styles use a completely different "selection language" (property functions->expressions) so the newest styles won't work in GPXSee. The older one will however not stop working regardless if Mapbox removes their support from their services. |
Thanks for your explanation. Much appreciated. |
Is it possible to add a map from https://docs.mapbox.com/playground/static/ ?
The url looks like
https://api.mapbox.com/styles/v1/mapbox/light-v10/static/-80.3318,39.1129,5,0/300x200?access_token=YOUR_MAPBOX_ACCESS_TOKEN
using
<url>https://api.mapbox.com/styles/v1/mapbox/outdoors-v11/static/$x,$y,$z/300x200?access_token=YOUR_MAPBOX_ACCESS_TOKEN</url>
results in a "Longitude must be between -180-180." error.
The text was updated successfully, but these errors were encountered: