Skip to content

Commit

Permalink
remove stamen basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 18, 2023
1 parent da92eda commit 5eb3ef6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tilebench/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,24 +120,21 @@
style: {
version: 8,
sources: {
'toner-lite': {
'basemap': {
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://tile.openstreetmap.org/{z}/{x}/{y}.png'
],
tileSize: 256,
attribution:
'Map tiles by <a href="https://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://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
},
layers: [
{
'id': 'basemap',
'type': 'raster',
'source': 'toner-lite',
'source': 'basemap',
'minzoom': 0,
'maxzoom': 20
}
Expand Down

0 comments on commit 5eb3ef6

Please sign in to comment.