22 lines
582 B
HTML
22 lines
582 B
HTML
---
|
|
layout: example.html
|
|
title: Shared Views
|
|
shortdesc: Two maps share view properties
|
|
docs: >
|
|
Two maps (one Road, one Aerial) share the same center, resolution and rotation.
|
|
tags: "side-by-side, bing, bing-maps"
|
|
cloak:
|
|
- key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5
|
|
value: Your Bing Maps Key from http://www.bingmapsportal.com/ here
|
|
---
|
|
<div class="wrapper">
|
|
<div class="half">
|
|
<h4>Road</h4>
|
|
<div id="roadMap" class="map"></div>
|
|
</div>
|
|
<div class="half">
|
|
<h4>Aerial</h4>
|
|
<div id="aerialMap" class="map"></div>
|
|
</div>
|
|
</div>
|