Closed romka-best closed 3 months ago
mapbox-gl-js version: 3.6.0
browser: Google Chrome. Version 127.0.6533.119
const mapInstance = new Map({ container: mapContainer.current, zoom: MAP_MIN_ZOOM, pitch: MAP_ANIMATION_PITCH, center: MAP_CENTER, interactive: true, accessToken: process.env.NEXT_PUBLIC_MAPBOX_TOKEN, });
mapInstance.on('load', () => {});
mapInstance.on('load', () => { mapInstance.setConfigProperty('basemap', 'show3dObjects', false); });
No 3D objects appear on the map
All 3D objects appear on the map
Thanks for the report! Confirmed, we'll look into fixing it on the server side shortly (the root cause is Standard v1 being served to v3.6.0 instead of Standard v2).
Should work properly now.
mapbox-gl-js version: 3.6.0
browser: Google Chrome. Version 127.0.6533.119
Steps to Trigger Behavior
Expected Behavior
No 3D objects appear on the map
Actual Behavior
All 3D objects appear on the map