Commit a65716ca authored by Matthias Betz's avatar Matthias Betz
Browse files

add Address Exclusion from splitting

parent f3defe36
Pipeline #6605 passed with stage
in 1 minute and 56 seconds
...@@ -271,7 +271,7 @@ public class CityGmlParser { ...@@ -271,7 +271,7 @@ public class CityGmlParser {
new QName("CeilingSurface"), new QName("ClosureSurface"), new QName("FloorSurface"), new QName("CeilingSurface"), new QName("ClosureSurface"), new QName("FloorSurface"),
new QName("InteriorWallSurface"), new QName("OuterCeilingSurface"), new QName("InteriorWallSurface"), new QName("OuterCeilingSurface"),
new QName("OuterFloorSurface"), new QName("BuildingInstallation"), new QName("BuildingPart"), 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; return inputFactory;
} }
......
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