Skip to content

Commit

Permalink
Fix overturemaps package name typo (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Oct 9, 2024
1 parent 505b6aa commit e4df3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14254,7 +14254,7 @@ def get_overture_data(
try:
from overturemaps import core
except ImportError:
install_package("overture")
install_package("overturemaps")
from overturemaps import core

gdf = core.geodataframe(overture_type, bbox=bbox)
Expand Down

0 comments on commit e4df3b0

Please sign in to comment.