diff --git a/templates/cave_debug.html b/templates/cave_debug.html index 0f7364e..6aae306 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -63,7 +63,7 @@ These are NOT the *entrance data points in the survex files. underground_centre_line {% for c in caves%} -{% if c.underground_centre_line %} +{% if c.kataster_status %} {{c}} @@ -72,7 +72,7 @@ These are NOT the *entrance data points in the survex files. {{c.slug}} - {{c.underground_centre_line|safe}} + {{c.kataster_status |safe}} {% endif %} {% endfor %} diff --git a/templates/editcave.html b/templates/editcave.html index 9a238b4..61448bf 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -64,11 +64,15 @@ at troggle/core/forms.py ass this uses a Django magic form creation thinggy. -->

-

kataster code

+

Kataster code

This is the 'length-or-depth/type exploration' code used in the Austrian kataster, e.g '1/S +' -means "more than 10 but less than 50m long or deep, with a pitch, completely explored". +means "more than 10 but less than 50m long or deep, with a pitch, completely explored". The number is:
+0 - length or depth unknown
+1 - 10 to 50m
+2 - 50 to 500m
+3 - 500m to 5km
     T   Trockenhöhlen (Dry caves)
     W   Wasserhöhlen (Caves with water)
@@ -76,8 +80,7 @@ means "more than 10 but less than 50m long or deep, with a pitch, completely exp
     E   Eishohlen (Caves with ice formations)
     S   Schachthöhlen (Caves with pitches)
     H   Halbhöhlen (Rock shelters ?)
-
-

kataster status

+
     -   unerforscht (unexplored)
     =   befahren (visited)
     ×   teilweise vermessen (partly surveyed)