Skip to content

Commit 3039c54

Browse files
authored
Fix basemap issue (#190)
1 parent 738f235 commit 3039c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samgeo/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
import geopandas as gpd
1515
import matplotlib.pyplot as plt
1616

17+
os.environ["GOOGLE_MAPS_API_KEY"] = "API-KEY"
18+
1719

1820
def is_colab():
1921
"""Tests if the code is being executed within Google Colab."""

0 commit comments

Comments
 (0)