mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:27:10 +00:00
still trying to find why 78d is duplicated
This commit is contained in:
@@ -416,10 +416,7 @@ class Entrance(TroggleModel):
|
||||
|
||||
def latlong(self):
|
||||
"""Gets lat long assuming that it has to get it from the associated stations
|
||||
"""
|
||||
# if self.easting and self.northing: # hmm not a good idea I think
|
||||
# return utmToLatLng(33, float(self.easting), float(self.northing), northernHemisphere=True)
|
||||
|
||||
"""
|
||||
station = None
|
||||
if self.other_station:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user