From 52b403f13ab78a9c0a0602df6ffbc117b1594868 Mon Sep 17 00:00:00 2001 From: Daniel Nagel Date: Tue, 2 Sep 2025 09:20:29 +0200 Subject: [PATCH] index.html aktualisiert --- index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/index.html b/index.html index 1de17d0..f12272f 100644 --- a/index.html +++ b/index.html @@ -114,14 +114,6 @@ if (hash.length >= 2) { const x = parseFloat(hash[0]); const y = parseFloat(hash[1]); const z = hash.length >= 3 ? parseInt(hash[2]) : 5; - if (!isNaN(x) && !isNaN(y)) { - map.setView([y, x], isNaN(z) ? 5 : z); - // optional: Marker an Position setzen - L.marker([y, x]) - .addTo(map) - .bindPopup(`X: ${x}, Y: ${y}`) - .openPopup(); - } } new CenteredTiles({