Potree eingebunden

This commit is contained in:
2026-05-11 18:27:22 +00:00
parent 2eac970e7f
commit 104ca6bc27

View File

@@ -4,8 +4,9 @@
<meta charset="utf-8" />
<title>LiDAR App</title>
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="./libs/potree/potree.css" />
<link rel="stylesheet" type="text/css" href="./libs/jquery-ui/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="module" src="/main.js"></script>
</head>
<body>
<header id="header">
@@ -46,6 +47,17 @@
<main id="main">
<img id="location" src="standort.png"/>
<div id="map"></div>
<div id="potree_render_area"></div>
</main>
<script src="./libs/jquery/jquery-3.1.1.min.js"></script>
<script src="./libs/other/BinaryHeap.js"></script>
<script src="./libs/tween/tween.min.js"></script>
<script src="./libs/d3/d3.js"></script>
<script src="./libs/proj4/proj4.js"></script>
<script src="./libs/potree/potree.js"></script>
<script src="./libs/plasio/js/laslaz.js"></script>
<script type="module" src="/main.js"></script>
</body>
</html>