summaryrefslogtreecommitdiffstats
path: root/templates/entrance.kml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/entrance.kml')
-rw-r--r--templates/entrance.kml10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/entrance.kml b/templates/entrance.kml
new file mode 100644
index 0000000..77bb014
--- /dev/null
+++ b/templates/entrance.kml
@@ -0,0 +1,10 @@
+ {% if entrance.latlong %}
+ <Placemark>
+ <name>{{ entrance.slug }}</name>
+ <description><![CDATA[{{ html }}]]></description>
+ <styleUrl>#{{ size }}_cave</styleUrl>
+ <Point>
+ <coordinates>{{ entrance.latlong.1 }},{{ entrance.latlong.0 }},0</coordinates>
+ </Point>
+ </Placemark>
+ {% endif %}