mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
markers - export as geoJSON
This commit is contained in:
parent
6d6dc22a75
commit
750f773cfb
4 changed files with 89 additions and 20 deletions
|
|
@ -45,6 +45,7 @@ function overviewMarkers() {
|
|||
if (el.classList.contains("icon-pin")) return pinMarker(el, 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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue