Example sources in the examples dir
This commit is contained in:
23
examples/kml.html
Normal file
23
examples/kml.html
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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">
|
||||
|
||||
</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>
|
||||
Reference in New Issue
Block a user