mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 13:27:10 +00:00
more easting northing removal
This commit is contained in:
@@ -496,7 +496,6 @@ def read_entrance(filename, ent=None):
|
|||||||
alt = getXMLmax1("alt")
|
alt = getXMLmax1("alt")
|
||||||
approach = getXMLmax1("approach")
|
approach = getXMLmax1("approach")
|
||||||
bearings = getXMLmax1("bearings")
|
bearings = getXMLmax1("bearings")
|
||||||
easting = getXMLmax1("easting")
|
|
||||||
entrance_description = getXMLmax1("entrance_description")
|
entrance_description = getXMLmax1("entrance_description")
|
||||||
explorers = getXMLmax1("explorers")
|
explorers = getXMLmax1("explorers")
|
||||||
findability = getXMLmax1("findability")
|
findability = getXMLmax1("findability")
|
||||||
@@ -507,7 +506,6 @@ def read_entrance(filename, ent=None):
|
|||||||
marking_comment = getXMLmax1("marking_comment")
|
marking_comment = getXMLmax1("marking_comment")
|
||||||
name = getXMLmax1("name")
|
name = getXMLmax1("name")
|
||||||
non_public = getXMLmax1("non_public")
|
non_public = getXMLmax1("non_public")
|
||||||
northing = getXMLmax1("northing")
|
|
||||||
other_description = getXMLmax1("other_description")
|
other_description = getXMLmax1("other_description")
|
||||||
other_station = getXMLmax1("other_station")
|
other_station = getXMLmax1("other_station")
|
||||||
photo = getXMLmax1("photo")
|
photo = getXMLmax1("photo")
|
||||||
|
|||||||
Reference in New Issue
Block a user