diff --git a/components/geo_map.html b/components/geo_map.html
index 3105fe98..66548af5 100644
--- a/components/geo_map.html
+++ b/components/geo_map.html
@@ -391,7 +391,10 @@
Export Geospatial Data
var layers = {
- basemap: L.tileLayer('http://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png'),
+ basemap: L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png', {
+ maxZoom: 20,
+ attribution: '© Stadia Maps, © OpenMapTiles © OpenStreetMap contributors'
+ }),
satellite: L.tileLayer('https://api.mapbox.com/styles/v1/mapbox/satellite-streets-v9/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1IjoiYWFib3lsZXMiLCJhIjoiY2o4b3QxNmtjMDhwNjMzcno4dDd1NnVraSJ9.BkjEa6NM7o7KeTaTHOaIGg'),
nodes: { remove: function () { return null; } },
links: { remove: function () { return null; } }