2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00

more easting northing removal

This commit is contained in:
Philip Sargent 2023-10-12 01:26:33 +03:00
parent d3a7a9823a
commit 246fb29193

View File

@ -496,7 +496,6 @@ def read_entrance(filename, ent=None):
alt = getXMLmax1("alt")
approach = getXMLmax1("approach")
bearings = getXMLmax1("bearings")
easting = getXMLmax1("easting")
entrance_description = getXMLmax1("entrance_description")
explorers = getXMLmax1("explorers")
findability = getXMLmax1("findability")
@ -507,7 +506,6 @@ def read_entrance(filename, ent=None):
marking_comment = getXMLmax1("marking_comment")
name = getXMLmax1("name")
non_public = getXMLmax1("non_public")
northing = getXMLmax1("northing")
other_description = getXMLmax1("other_description")
other_station = getXMLmax1("other_station")
photo = getXMLmax1("photo")