diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-16 08:49:18 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-16 08:49:18 +0200 |
commit | e1c9de14ca94a9bc6a957859c7140808b51eba98 (patch) | |
tree | 541c4bdd9309b24355c11ff4e070bb3ea9f23220 /templates | |
parent | 7b67eb52dc98eab936b8000216a0132b4153d642 (diff) | |
download | troggle-e1c9de14ca94a9bc6a957859c7140808b51eba98.tar.gz troggle-e1c9de14ca94a9bc6a957859c7140808b51eba98.tar.bz2 troggle-e1c9de14ca94a9bc6a957859c7140808b51eba98.zip |
trying to find srtm *fix stations
Diffstat (limited to 'templates')
-rw-r--r-- | templates/stations.html | 7 |
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. |