Skip to content

Commit

Permalink
fix:Migrate from Stamen to Stadia Maps for Raster API
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed Feb 23, 2024
1 parent c672098 commit 5c4b9df
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions raster_api/runtime/src/templates/stac-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,11 @@
'toner-lite': {
type: 'raster',
tiles: [
'https://stamen-tiles-a.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png',
'https://stamen-tiles-b.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png',
'https://stamen-tiles-c.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png',
'https://stamen-tiles-d.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png'
'https://tiles.stadiamaps.com/tiles/stamen_toner_lite/{z}/{x}/{y}.png'
],
tileSize: 256,
attribution:
'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
'&copy; <a href="https://stadiamaps.com/" target="_blank">Stadia Maps</a> &copy; <a href="https://www.stamen.com/" target="_blank">Stamen Design</a> &copy; <a href="https://openmaptiles.org/" target="_blank">OpenMapTiles</a> &copy; <a href="https://www.openstreetmap.org/copyright/" target="_blank">OpenStreetMap</a>'
}
},
layers: [
Expand Down

0 comments on commit 5c4b9df

Please sign in to comment.