Skip to content

Commit

Permalink
update titiler url
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichknuth committed Feb 3, 2025
1 parent 90d2c56 commit 1ff1582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gtsa/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def plot_cogs_sites(
payload,
html_file_name=None,
cogs_attribution="gtsa",
tiler="https://titiler.xyz/cog/tiles/{z}/{x}/{y}",
tiler="https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}",
expression="expression=b1&rescale=0,255",
folium_map_object=None,
zoom_start=10,
Expand Down Expand Up @@ -133,7 +133,7 @@ def plot_cogs(
map_center_lat=None,
overview_cog_index=0,
cogs_attribution="gtsa",
tiler="https://titiler.xyz/cog/tiles/{z}/{x}/{y}",
tiler="https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}",
expression="expression=b1&rescale=0,255",
folium_map_object=None,
zoom_start=10,
Expand Down Expand Up @@ -206,7 +206,7 @@ def plot_cog(
html_file_name=None,
cog_name="my raster",
cog_attribution="gtsa",
tiler="https://titiler.xyz/cog/tiles/{z}/{x}/{y}",
tiler="https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}",
expression="expression=b1&rescale=0,255",
folium_map_object=None,
zoom_start=11,
Expand Down

0 comments on commit 1ff1582

Please sign in to comment.