Skip to content

Commit

Permalink
Change tmsserver name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouderg committed Nov 21, 2024
1 parent 2c0306e commit ce8f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenodo_monitoring/zm_exporter_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def create_layout(self):
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>'
),
dl.TileLayer(
url="http://ifremer.re:5004/wmts?request=GetTile&tilematrix={z}&tilerow={x}&tilecol={y}",
url="https://tmsserver.ifremer.re/wmts?request=GetTile&tilematrix={z}&tilerow={x}&tilecol={y}",
attribution='Tiles © Ifremer DOI',
maxZoom=26
),
Expand Down

0 comments on commit ce8f6f0

Please sign in to comment.