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
// Only render static map if a mapbox token was given, else fallback to the maplibre backendletstaticMap;if(mapboxKey!==null){staticMap=<MapmapboxAccessToken={mapboxKey}mapStyle={deckProps.mapStyle}/>}else{staticMap=<MapLibremapStyle={deckProps.mapStyle}/>}
MapLibre should be used when mapboxKey is None, but it doesn't seem to be working for me either
Description
Hey all, how could the basemap in deck.gl changed to maplibre? Thank you!
Steps/Code to Reproduce
Expected Results
Actual Results
Versions
The text was updated successfully, but these errors were encountered: