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

undropped caves code -> GPX

This commit is contained in:
2025-07-29 17:08:36 +02:00
parent 7564ce4d27
commit 959c358c09
7 changed files with 45 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ class Entrance(TroggleModel):
def other_location(self):
return self.single(self.other_station)
def find_location(self):
r = {"": "To be entered ", "?": "To be confirmed:", "S": "", "L": "Lost:", "R": "Refindable:"}[self.findability]
if self.tag_station: