Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
01bb185d
Commit
01bb185d
authored
8 years ago
by
duminil
Browse files
Options
Download
Email Patches
Plain Diff
Tests for NaN coordinates
parent
4f76b33f
master
develop
migrate_to_Java11
0.2.2
0.1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
.gitignore
src/eu/simstadt/regionchooser/citygml_parser/CityGmlIterator.java
+1
-1
...imstadt/regionchooser/citygml_parser/CityGmlIterator.java
with
2 additions
and
1 deletion
+2
-1
.gitignore
0 → 100644
+
1
-
0
View file @
01bb185d
/bin/
This diff is collapsed.
Click to expand it.
src/eu/simstadt/regionchooser/citygml_parser/CityGmlIterator.java
+
1
-
1
View file @
01bb185d
...
...
@@ -39,7 +39,7 @@ public CityGmlIterator(Path citygmlPath)
parser
.
parseFile
(
citygmlPath
.
toString
(),
false
);
this
.
navigator
=
parser
.
getNav
();
this
.
buildingsFinder
=
new
AutoPilot
(
navigator
);
buildingsFinder
.
selectXPath
(
"//cityObjectMember
"
);
buildingsFinder
.
selectXPath
(
"/
CityModel
/cityObjectMember
[Building]"
);
//TODO: Check it's the only correct possibility
}
@Override
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets