map update
This commit is contained in:
@ -173,7 +173,7 @@
|
||||
|
||||
var map = L.map('map').setView(startPoint, 17);
|
||||
|
||||
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',
|
||||
|
Reference in New Issue
Block a user