Files
openlayers/examples/kml.html
2015-04-17 06:22:38 -06:00

24 lines
718 B
HTML

---
template: example.html
title: KML example
shortdesc: Example of using the KML source.
docs: >
Example of using the KML source.
tags: "KML"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
<div class="span4 offset4 pull-right">
<div id="info" class="alert alert-success">
&nbsp;
</div>
</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>