2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 05:07:06 +00:00

more selective tag location report

This commit is contained in:
2025-03-01 22:34:29 +00:00
parent 71c3fb12ab
commit 06861144c3
2 changed files with 5 additions and 4 deletions

View File

@@ -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