diff --git a/static/templates/reports/report.html b/static/templates/reports/report.html
index ba0c3dc..4d74436 100644
--- a/static/templates/reports/report.html
+++ b/static/templates/reports/report.html
@@ -199,7 +199,7 @@
var map = L.map('map').setView(startPoint, 17);
- L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}{r}.png').addTo(map);
+ L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}').addTo(map);
var routeStyle = {
color: 'red',