You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geemap/common.py
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16190,11 +16190,6 @@ def google_map_tiles(
16190
16190
Returns:
16191
16191
TileProvider: A TileProvider object with the generated map, or None if the map could not be generated.
16192
16192
"""
16193
-
try:
16194
-
import googlemaps
16195
-
except ImportError:
16196
-
install_package("googlemaps")
16197
-
import googlemaps
16198
16193
16199
16194
from xyzservices import TileProvider
16200
16195
@@ -16212,8 +16207,6 @@ def google_map_tiles(
16212
16207
"API key is required to access Google Maps API. To get an API key and enable Map Tiles API, visit https://developers.google.com/maps/get-started#create-project"
0 commit comments