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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user