This commit is contained in:
scossa 2024-08-18 22:46:14 +02:00
parent ccd8742803
commit 90a49fc233

View file

@ -6,7 +6,7 @@ export async function processForm (e) {
const markerForm = document.getElementById("markerForm")
const formData = new FormData(markerForm)
document.getElementById("markerFormContainer").style.display = 'none';z
document.getElementById("markerFormContainer").style.display = 'none';
markerForm.reset();
// const tmpMarker = localStorage.getItem("tmpMarkerId");
// L.layerGroup().removeLayer(tmpMarker);