Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Aug 26, 2023
1 parent 8b29b77 commit 252cbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/leafmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 252cbfe

Please sign in to comment.