Skip to content

Commit

Permalink
Reset basemap to mapbox style.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarlaw committed Aug 26, 2024
1 parent dfdd8f9 commit efa9b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@

fig.update_layout(
mapbox={'accesstoken': MAP_TOKEN,
'style': "carto-darkmatter",
#'style': "mapbox://styles/mapbox/dark-v10",
#'style': "carto-darkmatter",
'style': "mapbox://styles/mapbox/dark-v10",
'center': {'lon': -94.4, 'lat': 38.2},
'zoom': 3.8})

Expand Down

0 comments on commit efa9b6a

Please sign in to comment.