No point layers in control; add visibility toggle in menu

This commit is contained in:
2025-02-10 15:07:13 +01:00
parent be6398b1aa
commit 64af485a54
5 changed files with 97 additions and 28 deletions

View File

@@ -9,6 +9,9 @@ export default class extends Controller {
easeLinearity: 0.25
};
/**
* @param {Event} event
*/
go(event) {
let map = window.LMap;
const coords = event.currentTarget
@@ -44,4 +47,3 @@ export default class extends Controller {
return marker;
}
}