diff --git a/leafmap/foliumap.py b/leafmap/foliumap.py index 9fe6f6ba4f..da281280f4 100644 --- a/leafmap/foliumap.py +++ b/leafmap/foliumap.py @@ -172,7 +172,7 @@ def add_ee_layer( **kwargs, ) -> None: """ - Adds a Google Earth Engine tile layer to the map based on the tile layer URL from + Adds a Google Earth Engine tile layer to the map based on the tile layer URL from https://github.com/opengeos/ee-tile-layers/blob/main/datasets.tsv. Args: @@ -188,7 +188,10 @@ def add_ee_layer( """ import pandas as pd - df = pd.read_csv("https://ee-tiles.gishub.org/datasets.tsv", sep="\t") + df = pd.read_csv( + "https://raw.githubusercontent.com/opengeos/ee-tile-layers/main/datasets.tsv", + sep="\t", + ) asset_id = asset_id.strip() if name is None: diff --git a/leafmap/leafmap.py b/leafmap/leafmap.py index f966b61ca6..e97bdd000f 100644 --- a/leafmap/leafmap.py +++ b/leafmap/leafmap.py @@ -424,7 +424,10 @@ def add_ee_layer( """ import pandas as pd - df = pd.read_csv("https://ee-tiles.gishub.org/datasets.tsv", sep="\t") + df = pd.read_csv( + "https://raw.githubusercontent.com/opengeos/ee-tile-layers/main/datasets.tsv", + sep="\t", + ) asset_id = asset_id.strip() if name is None: