2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 21:57:08 +00:00

fix latitude bugs

This commit is contained in:
2025-03-02 23:30:40 +00:00
parent 3bdf73ccad
commit ab8d527163
2 changed files with 13 additions and 10 deletions

View File

@@ -253,7 +253,7 @@ def entrancetags(request):
continue
if e.best_station():
continue
if e.findability != "S": # it says we do not have coordinates
if e.findability != "S": # it says we do not have coordinates, but it might be lying. Or coordinates may be only in Spelix.
ents1623.append(e)
ents1623.sort(key=entKey)