mapbox / mapbox-gl-leaflet

binding from Mapbox GL JS to the Leaflet API
ISC License
522 stars 155 forks source link

OSM/mapbox vector tiles update #154

Open fabiovll opened 2 years ago

fabiovll commented 2 years ago

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

StarGW-net commented 2 months 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!