Convert H-I examples to strapless template
This commit is contained in:
@@ -1,19 +1,11 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: IGC example
|
||||
layout: strapless.html
|
||||
title: IGC Data
|
||||
shortdesc: Example of tracks recorded from multiple paraglider flights on the same day, read from an IGC file.
|
||||
docs: >
|
||||
<p>The five tracks contain a total of 49,707 unique coordinates. Zoom in to see more detail. The background layer is from <a href="http://www.opencyclemap.org/">OpenCycleMap</a>.</p>
|
||||
tags: "complex-geometry, closest-feature, igc, opencyclemap"
|
||||
---
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="map" class="map"></div>
|
||||
<input id="time" type="range" value="0" steps="1" />
|
||||
<div class="span4 offset4 pull-right">
|
||||
<div id="info" class="alert alert-success">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="map" class="map"></div>
|
||||
<input id="time" type="range" value="0" steps="1" />
|
||||
<div id="info"> </div>
|
||||
|
||||
Reference in New Issue
Block a user