mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 10:57:19 +00:00
more selective tag location report
This commit is contained in:
@@ -248,8 +248,9 @@ def entrancetags(request):
|
|||||||
for e in ents:
|
for e in ents:
|
||||||
if e.slug[:4] == "1623":
|
if e.slug[:4] == "1623":
|
||||||
if e.firstcave().kataster_number:
|
if e.firstcave().kataster_number:
|
||||||
if int(e.firstcave().kataster_number) < 35:
|
if int(e.firstcave().kataster_number) < 80:
|
||||||
continue
|
if int(e.firstcave().kataster_number) not in [35, 40, 41, 76]:
|
||||||
|
continue
|
||||||
if e.best_station():
|
if e.best_station():
|
||||||
continue
|
continue
|
||||||
if e.findability != "S": # it says we do not have coordinates
|
if e.findability != "S": # it says we do not have coordinates
|
||||||
|
|||||||
@@ -12,12 +12,12 @@ table, th, td {
|
|||||||
</style>
|
</style>
|
||||||
<h1>Entrance Tag Status</h1>
|
<h1>Entrance Tag Status</h1>
|
||||||
<p>
|
<p>
|
||||||
This list excludes those entrances with valid coordinates (which may or may not have tags), irrespective of the "findability" value. <br />
|
This list excludes those entrances with valid lat./long. coordinates, irrespective of the "findability" value. <br />
|
||||||
[Many entrances have out-dated settings for "findability".]
|
[Many entrances have out-dated settings for "findability".]
|
||||||
<h2>1623</h2>
|
<h2>1623</h2>
|
||||||
<table>
|
<table>
|
||||||
<theader>
|
<theader>
|
||||||
<tr><th width="16">Entrance</th><th width="16">Cave</th><th width="2">Find..</th><th width="2">Mark</th><th width="40%">Marking & <em>Location</em></th></tr>
|
<tr><th width="10">Entrance</th><th width="10">Cave</th><th width="2">Find..</th><th width="2">Mark</th><th width="40%">Marking & <em>Location</em></th></tr>
|
||||||
</theader>
|
</theader>
|
||||||
<tbody>
|
<tbody>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user