Conflate ol.format.GPX.V1_1 and ol.format.GXP into ol.format.GXP

This commit is contained in:
Bart van den Eijnden
2014-07-18 15:11:45 +02:00
parent b4f6baa613
commit dbb72f5080
4 changed files with 40 additions and 16 deletions

View File

@@ -25,6 +25,12 @@
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
<div id="no-download" class="alert alert-error" style="display: none">
The "Export GPX" functionality requires a browser that supports the
<a href="http://caniuse.com/#feat=download">link download</a> attribute.
</div>
<a id="export-gpx" class="btn" download="map.gpx"><i class="icon-download"></i>Export GPX</a>
</div>
</div>
</div>