Commit 01bb185d authored by duminil's avatar duminil
Browse files

Tests for NaN coordinates

parent 4f76b33f
...@@ -39,7 +39,7 @@ public CityGmlIterator(Path citygmlPath) ...@@ -39,7 +39,7 @@ public CityGmlIterator(Path citygmlPath)
parser.parseFile(citygmlPath.toString(), false); parser.parseFile(citygmlPath.toString(), false);
this.navigator = parser.getNav(); this.navigator = parser.getNav();
this.buildingsFinder = new AutoPilot(navigator); this.buildingsFinder = new AutoPilot(navigator);
buildingsFinder.selectXPath("//cityObjectMember"); buildingsFinder.selectXPath("/CityModel/cityObjectMember[Building]"); //TODO: Check it's the only correct possibility
} }
@Override @Override
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment