20 lines
702 B
HTML
20 lines
702 B
HTML
---
|
|
layout: example.html
|
|
title: IGC example
|
|
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>
|