troggle-unchained/templates/entrance.kml

11 lines
311 B
Plaintext
Raw Normal View History

{% 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 %}