map update

This commit is contained in:
Ivan
2023-10-03 16:16:38 +03:00
parent 3a47d54380
commit 14c9b8c577
6 changed files with 10 additions and 8 deletions

View File

@ -106,7 +106,7 @@
var map = L.map('map').setView(startPoint, 16);
L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}').addTo(map);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(map);
var routeStyle = {
color: 'red',