From 9194f64b0d8cf0c72eef0f81bdd694ce211f2b40 Mon Sep 17 00:00:00 2001 From: gluap Date: Sun, 19 May 2024 11:40:03 +0200 Subject: [PATCH] fix target to make links work --- content/map/map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/map/map.html b/content/map/map.html index bbbc9d4d..74670473 100644 --- a/content/map/map.html +++ b/content/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');