Hey everyone!
I am using Plotly Dash to display a map with point scattered on it. I am using the px.scatter_map
. One can change the map_style
parameter of the map to change its style. It is important to me to use a map style that combines both satellite view with map labels (names of places) displayed.
So far the satellite-streets
map style did an excellent job for me, but I noticed that the labels are in Catalan language by default for certain range of zoom (see figure, e.g. Estocolm instead of Stockholm)
My question is if there is an alternative map style providing the same functionality as satellite-streets
or if there is some workaround by using satellite
map style and somehow rendering English labels from e.g. some tile server. Thanks in advance!