diff --git a/js/tracker.js b/js/tracker.js
index 74adfd4..c5006be 100644
--- a/js/tracker.js
+++ b/js/tracker.js
@@ -440,12 +440,12 @@ var worldimagery = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/serv
});
worldimagery.id="WorldImagery";
-var stamen_terrain = L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}{r}.png', {
- attribution: 'Map tiles by Stamen Design, CC BY 3.0 — Map data © OpenStreetMap contributors',
- subdomains: 'abcd',
- minZoom: 0,
- maxZoom: 18,
+var stamen_terrain = L.tileLayer('https://tiles.stadiamaps.com/tiles/stamen_terrain/{z}/{x}/{y}{r}.png', {
+ minZoom: 0,
+ maxZoom: 20,
+ attribution: '© Stadia Maps, © OpenMapTiles © OpenStreetMap contributors',
});
+
stamen_terrain.id="Terrain";
var cartodb_voyager = L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', {