This commit is contained in:
2026-05-04 21:53:57 +02:00
parent 167396e26a
commit a3466c52f2
6 changed files with 5 additions and 402 deletions

View File

@@ -193,3 +193,4 @@ document.querySelector('select[name="pointcloud"]').addEventListener('change', (
document.getElementById("location").addEventListener("click", () => {
map.flyTo({center, zoom: 17 })
});