Convert S-T examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-16 15:20:20 -07:00
parent c984bedd09
commit baed03d50d
26 changed files with 204 additions and 307 deletions
+6 -16
View File
@@ -1,21 +1,11 @@
---
layout: example.html
title: Teleport example
layout: strapless.html
title: Teleporting Maps
shortdesc: Example of moving a map from one target to another.
docs: >
<p>Click on the Teleport button below the map to move the map from one target to another.</p>
<p>Click on the teleport button the map to move the map from one target to another.</p>
tags: "teleport, openstreetmap"
---
<div class="row-fluid">
<div class="span8">
<div id="map1" class="map"></div>
</div>
<div class="span4">
<div id="map2" class="map"></div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<a id="teleport" href="#" class="btn">Teleport</a>
</div>
</div>
<div id="map1" class="map"></div>
<div id="map2" class="map"></div>
<button id="teleport">Teleport</button>