refacto fonctions

This commit is contained in:
Tykayn 2025-06-06 23:28:35 +02:00 committed by tykayn
parent 1b0d2d425d
commit 9b09b0d59d
8 changed files with 191 additions and 163 deletions

View file

@ -74,3 +74,4 @@ function openInJOSM(map, map_is_loaded, osmElements) {
document.body.removeChild(tempLink);
}
window.openInJOSM = openInJOSM;