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

@ -443,7 +443,7 @@
var map = L.map('map').setView([59.855198, 30.282995], 12);
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);
map.zoomControl.remove();