remove js error

This commit is contained in:
Philipp Hofer 2025-04-14 14:59:10 +02:00
parent f55ce1829d
commit 786c122dcd

View File

@ -82,7 +82,7 @@ async fn view(
iconAnchor: [12, 41]
}});
currentMarker = L.marker([{lat}, {lng}], {{icon: myIcon}}).addTo(map);
map.setView([lat, lng], 14);
map.setView([{lat}, {lng}], 14);
"))
}
div {