diff --git a/templates/cave.html b/templates/cave.html index dd1155a..7063894 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -188,6 +188,14 @@ Nope, it is not useful, removing it... Philip S. {% if ent.entrance.lat_wgs84 %}
This would be eventually replaced with something like this in the appropriate gps file in the fixedpts/gps/ folder: +
*begin
+*cs out UTM33
+*cs LONG-LAT
+*fix p{{ ent.entrance.name|lower|safe }} {{ent.entrance.long_wgs84|floatformat:7}} {{ ent.entrance.lat_wgs84|floatformat:7 }} {% if ent.entrance.alt %}{{ ent.entrance.alt|safe }}{% else%}0.0{% endif %}
+*end
+and the appropriate *equate and *entrance fields in the survex file {{cave.survex_file|safe}}
+to equate p{{ ent.entrance.name|lower|safe }} to the actual survey station.
{% endif %}
{% if ent.entrance.tag_station %}