You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can lead to users unintentionally marking their styles as supported by GL JS 2.6.0, even though globe projection (which is now the default) was not yet supported at that time.
The styles-spec's
sdk-support
field only specifies versions for fields, not for values:mapbox-gl-js/src/style-spec/reference/v8.json
Line 4112 in b13b0ae
This can lead to users unintentionally marking their styles as supported by GL JS
2.6.0
, even thoughglobe
projection (which is now the default) was not yet supported at that time.mapbox-gl-js version: 2.9.1
browser: Firefox 101.0.1
Steps to Trigger Behavior
globe
projection by default)Settings -> Supported Mapbox SDK versions -> Mapbox GL JS
to2.6.0
projection
(or anything at all, if you removed atmosphere) from GL JSExpected Behavior
A warning about
globe
projection is displayedActual Behavior
No warning is displayed
The text was updated successfully, but these errors were encountered: