diff --git a/map/map.html b/map/map.html index bbbc9d4d..74670473 100644 --- a/map/map.html +++ b/map/map.html @@ -13,6 +13,7 @@ body { margin: 0; padding: 0; } html, body, #map { height: 100%; } +
@@ -35,7 +36,7 @@ }); map.addControl(new maplibregl.AttributionControl({ - customAttribution: '© OpenStreetMap contributors.' + customAttribution: '© OpenStreetMap contributors.' }),'top-left');