From 06861144c3e6723e5fd6bd2bfda93d672bebe7c6 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 1 Mar 2025 22:34:29 +0000 Subject: [PATCH] more selective tag location report --- core/views/caves.py | 5 +++-- templates/entrancetags.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core/views/caves.py b/core/views/caves.py index 7272cb5..cec613b 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -248,8 +248,9 @@ def entrancetags(request): for e in ents: if e.slug[:4] == "1623": if e.firstcave().kataster_number: - if int(e.firstcave().kataster_number) < 35: - continue + if int(e.firstcave().kataster_number) < 80: + if int(e.firstcave().kataster_number) not in [35, 40, 41, 76]: + continue if e.best_station(): continue if e.findability != "S": # it says we do not have coordinates diff --git a/templates/entrancetags.html b/templates/entrancetags.html index 7f1fc42..06d726e 100644 --- a/templates/entrancetags.html +++ b/templates/entrancetags.html @@ -12,12 +12,12 @@ table, th, td {

Entrance Tag Status

-This list excludes those entrances with valid coordinates (which may or may not have tags), irrespective of the "findability" value.
+This list excludes those entrances with valid lat./long. coordinates, irrespective of the "findability" value.
[Many entrances have out-dated settings for "findability".]

1623

- +
EntranceCaveFind..MarkMarking & Location
EntranceCaveFind..MarkMarking & Location