Add export button to kml example

This commit is contained in:
Éric Lemoine
2014-06-25 12:19:13 +02:00
parent a4e95eb513
commit 78ac2c8a76
3 changed files with 1008 additions and 970 deletions
+5
View File
@@ -25,6 +25,11 @@
<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 KML" functionality requires a browser that supports the
<a href="http://caniuse.com/#feat=download">link download</a> attribute.
</div>
<a id="export-kml" class="btn" download="map.kml"><i class="icon-download"></i>Export KML</a>
</div>
</div>