From efa9b6a399209d1ff72918f2b9f121ad92059945 Mon Sep 17 00:00:00 2001 From: lcarlaw Date: Mon, 26 Aug 2024 14:52:18 -0500 Subject: [PATCH] Reset basemap to mapbox style. --- layout_components.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout_components.py b/layout_components.py index 30d90c9..5153590 100644 --- a/layout_components.py +++ b/layout_components.py @@ -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})