fixz
This commit is contained in:
parent
ccd8742803
commit
90a49fc233
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export async function processForm (e) {
|
||||||
|
|
||||||
const markerForm = document.getElementById("markerForm")
|
const markerForm = document.getElementById("markerForm")
|
||||||
const formData = new FormData(markerForm)
|
const formData = new FormData(markerForm)
|
||||||
document.getElementById("markerFormContainer").style.display = 'none';z
|
document.getElementById("markerFormContainer").style.display = 'none';
|
||||||
markerForm.reset();
|
markerForm.reset();
|
||||||
// const tmpMarker = localStorage.getItem("tmpMarkerId");
|
// const tmpMarker = localStorage.getItem("tmpMarkerId");
|
||||||
// L.layerGroup().removeLayer(tmpMarker);
|
// L.layerGroup().removeLayer(tmpMarker);
|
||||||
|
|
Loading…
Reference in a new issue