Open fabiovll opened 2 years ago
The following vector source does not seem to be updated:
style: 'mapbox://styles/mapbox/bright-v8'
Try
style: 'mapbox://styles/mapbox/streets-v11'
But yes for most recent vector tiles use Mapbox API to use MapTiler data!
Hi, I have a leaflet map service and I use my mapbox style to display OSM tiles as basemap.
I've modified some features with wrong position in the OSM dataset. After few minutes in the OSM tiles the new version of the features has been displayed, but until now (after a couple of months) in the mapbox version of the tiles I can still see the old position of the features I modified. Do the mapbox tiles upates according with OSM modification?
Thanks you, Fabio