Location Button angepasst

This commit is contained in:
2026-06-16 13:56:09 +02:00
parent 7e063db32e
commit 76451d1d5c
3 changed files with 42 additions and 20 deletions
-4
View File
@@ -50,9 +50,6 @@ map.on('load', () => {
pickable: false
});
map.addControl(lidarControl, 'top-right');
//lidarControl.onAdd(map);
// COPC-Datei laden
const selectBox=document.querySelector('select[name="pointcloud"]');
if (selectBox && selectBox.value){
@@ -60,7 +57,6 @@ map.on('load', () => {
loadCurrentPointCloud();
}
loadInfoJSON();
//lidarControl.loadPointCloudStreaming('http://ar2350.web-01.fbbgg.hs-woe.de/copc%20Daten/sp3_low.copc.laz')
});