summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/stations.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/stations.html b/templates/stations.html
index 36b9b98..9fa6d58 100644
--- a/templates/stations.html
+++ b/templates/stations.html
@@ -112,6 +112,13 @@ Coordinate systems in Austria are explained in:<br>
<a href="/stations">Troggle UTM and lat./lomg. and altitude report</a><br>
<a href="/entrances">Troggle entrances</a><br>
+<h3>These stations have the altitude set equal to SRTM</h3>
+{% for s in stations %}
+{% if '>0<' in s.srtm_diff.0 %}
+{{s}} {{s.srtm_diff.0|safe}} ref={{s.srtm_diff.1|floatformat:0}} <br />
+{% endif %}
+{% endfor %}
+
<!--
This script is added for ease of use.
You can safely delete it.