Closed philgyford closed 4 years ago
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.
Feel free to provide a PR for that :)
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.