mapbox-gl-js
mapbox-gl-js copied to clipboard
Sprites from mapbox provided sources can not be loaded in v3.11.0 +
mapbox-gl-js version: 3.11
also use react-map-gl: v8 (though same issues occur in v7) browser: chrome
Steps to Trigger Behavior
background: mapboxgl-js started at v3.6.0, using mapbox-street-v8 and mapbox-terrain-v2 source
- upgrade incrementally minor versions
- at each version see if map style loads correctly
- at 3.11.0, getting lots of warnings for sprites not being able to load that are provided by the source(or layers not sure what is correct)
- sprites that I added manually from mapbox studio are loaded.
Expected Behavior
No warnings and highway sprites(and others to show up)
Actual Behavior
no highway sprites(and others) with lots of warning of the sprites not being able to load.
the photo shows the map with no highway sprites on the numbers.
Hi @mwkho , can you provide a JSBin that reproduces the issue? Thanks!