MapControls (Zoom, Nordpfeil, Standort zurück setzen) hinzugefügt
This commit is contained in:
10
index.html
10
index.html
@@ -14,7 +14,7 @@
|
||||
</header>
|
||||
|
||||
<aside id="sidebar">
|
||||
<button id="resetBtn">Zurück auf Nord</button>
|
||||
|
||||
<select name="basemap" id="basemap">
|
||||
<option value="" disabled selected>Hintergrundkarte</option>
|
||||
<option value="openfree_bright">OpenFreeMap hell</option>
|
||||
@@ -24,6 +24,12 @@
|
||||
<option value="terrain">Terrain</option>
|
||||
<option value="satellite_terrain">Terrain mit Satellitenbild</option>
|
||||
</select>
|
||||
<select name="pointcloud" id="pointcloud">
|
||||
<option value="" disabled selected>Punktwolke auswählen</option>
|
||||
<option value="first">1. Fläche unten</option>
|
||||
<option value="second">2. Felswand</option>
|
||||
<option value="third">3. Fläche oben mit Spuren</option>
|
||||
</select>
|
||||
<p>
|
||||
<input type="checkbox">Punktwolke ausblenden
|
||||
</p>
|
||||
@@ -38,7 +44,9 @@
|
||||
</aside>
|
||||
|
||||
<main id="main">
|
||||
<img id="location" src="standort.png"/>
|
||||
<div id="map"></div>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user