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:
@@ -10,4 +10,7 @@ cloak:
|
|||||||
value: Your API key from http://www.thunderforest.com/docs/apikeys/ here
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user