diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/models/caves.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 628679a..2d3e454 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -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: |