Files
openlayers/examples/teleport.html
2015-11-18 09:56:15 -07:00

12 lines
354 B
HTML

---
layout: example.html
title: Teleporting Maps
shortdesc: Example of moving a map from one target to another.
docs: >
<p>Click on the teleport button the map to move the map from one target to another.</p>
tags: "teleport, openstreetmap"
---
<div id="map1" class="map"></div>
<div id="map2" class="map"></div>
<button id="teleport">Teleport</button>