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
Updated plotly from 5.17 to 6.0.0. In that context I switched from scattermapbox to scattermap (maplibre rendering engine), as recommended. Mapstyle is carto-positron.
After doing this, maps on city scale started to show less street labels, see attached screenshots:
Updated
plotly
from 5.17 to 6.0.0. In that context I switched fromscattermapbox
toscattermap
(maplibre
rendering engine), as recommended. Mapstyle iscarto-positron
.After doing this, maps on city scale started to show less street labels, see attached screenshots:
scattermapbox; old rendering engine
scattermap; maplibre rendering engine
Code (using
maplibre
):Goal: I want to keep the map style, but also have street labels shown as before (without modifying the zoom of the map).
Question: What options do exist to achieve my goal?
The text was updated successfully, but these errors were encountered: