Add container div for CSS and a rotate checkbox

Wrap the map div in a container to facilitate CSS and add a Rotate with view checkbox
This commit is contained in:
mike-000
2019-09-13 13:34:07 +01:00
committed by GitHub
parent 5c2e92191a
commit 763cc15c52

View File

@@ -10,4 +10,7 @@ cloak:
value: Your API key from http://www.thunderforest.com/docs/apikeys/ here
---
<div id="map" class="map"></div>
<div class="mapcontainer">
<div id="map" class="map"></div>
</div>
<div><input type="checkbox" id="rotateWithView">Rotate with view</div>