report map update

This commit is contained in:
Ivan 2023-08-22 17:09:22 +03:00
parent f46aebb877
commit 119bc39c9a
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583

View File

@ -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',