markers - export as geoJSON

This commit is contained in:
Azgaar 2021-09-27 22:47:37 +03:00
parent 03b5e1d84c
commit 972850e7ad
5 changed files with 122 additions and 46 deletions

View file

@ -36,6 +36,7 @@ function overviewMarkers() {
if (el.classList.contains("icon-pencil")) return openEditor(i);
if (el.classList.contains("locks")) return toggleLockStatus(el, i);
if (el.classList.contains("icon-trash-empty")) return triggerRemove(i);
// TODO: hidden attribute
}
function addLines() {