Location Button angepasst
This commit is contained in:
@@ -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')
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user