Update side-by-side.html

This commit is contained in:
mike-000
2019-08-08 22:40:37 +01:00
committed by GitHub
parent e31e4b7867
commit 336056f4f0
+9 -7
View File
@@ -9,11 +9,13 @@ cloak:
- key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5 - key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5
value: Your Bing Maps Key from http://www.bingmapsportal.com/ here value: Your Bing Maps Key from http://www.bingmapsportal.com/ here
--- ---
<div class="half"> <div class="wrapper">
<h4>Road</h4> <div class="half">
<div id="roadMap" class="map"></div> <h4>Road</h4>
</div> <div id="roadMap" class="map"></div>
<div class="half"> </div>
<h4>Aerial</h4> <div class="half">
<div id="aerialMap" class="map"></div> <h4>Aerial</h4>
<div id="aerialMap" class="map"></div>
</div>
</div> </div>