diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-12 00:58:20 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-12 00:58:20 +0300 |
commit | d3a7a9823a025f84921561882b3049765105d7fa (patch) | |
tree | bdb946fda56bcaba13ace17a35dd8bcbc5cd8020 /templates/entrance_html.kml | |
parent | 3b1fd56fe4b09ffc9203c3109fcd05ff440732ef (diff) | |
download | troggle-d3a7a9823a025f84921561882b3049765105d7fa.tar.gz troggle-d3a7a9823a025f84921561882b3049765105d7fa.tar.bz2 troggle-d3a7a9823a025f84921561882b3049765105d7fa.zip |
remove exact station
Diffstat (limited to 'templates/entrance_html.kml')
-rw-r--r-- | templates/entrance_html.kml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/entrance_html.kml b/templates/entrance_html.kml index 902102c..a9e50a9 100644 --- a/templates/entrance_html.kml +++ b/templates/entrance_html.kml @@ -33,18 +33,13 @@ {% if entrance.explorers %} <dt>Explorers</dt><dd>{{ entrance.explorers|safe }}</dd> {% endif %} - {% if entrance.northing %} - <dt>Location</dt><dd>?BMN? Northing: {{ entrance.northing|safe }}, Easting: {{ entrance.easting|safe }}, {{ entrance.alt|safe }}m</dd> - {% endif %} {% if entrance.tag_station %} <dt>Tag Location</dt><dd>{{ entrance.tag_station }} {{ entrance.tag.latlong.0|floatformat:5 }}N {{ entrance.tag.latlong.1|floatformat:5 }}E - UTM33 {{ entrance.tag.y|floatformat:0 }}, {{ entrance.tag.x|floatformat:0 }}, {{ entrance.tag.z|floatformat:0 }}m</dd> {% endif %} {% if entrance.bearings %} <dt>Bearings</dt><dd>{{ entrance.bearings|safe }}</dd> {% endif %} - {% if entrance.exact_station %} - <dt>Exact Station</dt><dd>{{ entrance.exact_station|safe }} {{ entrance.exact_location.latlong.0|floatformat:5 }}N {{ entrance.exact_location.latlong.1|floatformat:5 }}E - UTM33 {{ entrance.exact_location.y|floatformat:0 }}, {{ entrance.exact_location.x|floatformat:0 }}, {{ entrance.exact_location.z|floatformat:0 }}m</dd> - {% endif %} + {% if entrance.other_station %} <dt>Other Station</dt><dd>{{ entrance.other_station|safe }} {% if entrance.other_description %} |