12 lines
354 B
HTML
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>
|