fix minore

This commit is contained in:
MatteoPistorello 2023-06-16 16:07:38 +02:00
parent 393fad63ed
commit 5ee4af10ca
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ echo '
shadowSize: [41, 41] shadowSize: [41, 41]
}); });
L.tileLayer("https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png", { L.tileLayer("'.setting("Tile server OpenStreetMap").'", {
maxZoom: 17, maxZoom: 17,
attribution: "© OpenStreetMap" attribution: "© OpenStreetMap"
}).addTo(map); }).addTo(map);