Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
a65716ca
Commit
a65716ca
authored
Jun 24, 2022
by
Matthias Betz
Browse files
add Address Exclusion from splitting
parent
f3defe36
Pipeline
#6605
passed with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/parser/CityGmlParser.java
View file @
a65716ca
...
...
@@ -271,7 +271,7 @@ public class CityGmlParser {
new
QName
(
"CeilingSurface"
),
new
QName
(
"ClosureSurface"
),
new
QName
(
"FloorSurface"
),
new
QName
(
"InteriorWallSurface"
),
new
QName
(
"OuterCeilingSurface"
),
new
QName
(
"OuterFloorSurface"
),
new
QName
(
"BuildingInstallation"
),
new
QName
(
"BuildingPart"
),
new
QName
(
"Door"
),
new
QName
(
"Window"
)
});
new
QName
(
"Door"
),
new
QName
(
"Window"
)
,
new
QName
(
"Address"
)
});
return
inputFactory
;
}
...
...
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