summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index c3d2567..1178399 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -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")