From 252cbfeb3c6321389dbdbd41de97d56e011122ea Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 26 Aug 2023 17:32:51 -0400 Subject: [PATCH] Fix CI error --- leafmap/leafmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leafmap/leafmap.py b/leafmap/leafmap.py index 3372bda991..751d95dcaa 100644 --- a/leafmap/leafmap.py +++ b/leafmap/leafmap.py @@ -994,7 +994,7 @@ def add_minimap(self, zoom=5, position="bottomright"): zoom (int, optional): Initial map zoom level. Defaults to 5. position (str, optional): Position of the minimap. Defaults to "bottomright". """ - layers = [get_basemap("ROADMAP")] + layers = [get_basemap("Esri.WorldImagery")] minimap = ipyleaflet.Map( zoom_control=False, attribution_control=False,