Potree eingebunden
This commit is contained in:
14
index.html
14
index.html
@@ -4,8 +4,9 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>LiDAR App</title>
|
<title>LiDAR App</title>
|
||||||
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
|
<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" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<script type="module" src="/main.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="header">
|
<header id="header">
|
||||||
@@ -46,6 +47,17 @@
|
|||||||
<main id="main">
|
<main id="main">
|
||||||
<img id="location" src="standort.png"/>
|
<img id="location" src="standort.png"/>
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
<div id="potree_render_area"></div>
|
||||||
</main>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user