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
In the README, under "Mabox" it says:
You can get map_ID (i.e mapbox.satellite)...
But I think this format ("mapbox.satellite") is inaccurate since the change to the modern Static Tiles API.
The currently-available Mapbox styles are listed here and so the possible current strings to use as the id with leaflet-providers are:
id
So – they now use a slash rather than a period, and have version numbers appended.
The text was updated successfully, but these errors were encountered:
Feel free to provide a PR for that :)
Sorry, something went wrong.
Update example Mapbox map_ID
d180e10
And link to the list of available Mapbox map styles. Fixes leaflet-extras#364
8d01363
And link to the list of available Mapbox map styles. Fixes #364
Successfully merging a pull request may close this issue.
In the README, under "Mabox" it says:
But I think this format ("mapbox.satellite") is inaccurate since the change to the modern Static Tiles API.
The currently-available Mapbox styles are listed here and so the possible current strings to use as the
id
with leaflet-providers are:So – they now use a slash rather than a period, and have version numbers appended.
The text was updated successfully, but these errors were encountered: