tum-gis / citygml2-to-citygml3

A small Java program used to transform CityGML v2.0 to CityGML v3.0 files.
MIT License
13 stars 6 forks source link

Fix boundary property element #4

Closed clausnagel closed 5 years ago

clausnagel commented 5 years ago

The name of the property element linking a con:AbstractContruction (such as bldg:Building) to one of its con:AbstractConstructionSurfaces (such as con:WallSurface or con:RoofSurface) should be con:constructionSurface. However, the test datasets in the output folder all use core:boundary instead.

TatjanaKutzner commented 5 years ago

The issue can be closed. The problem doesn't occur any more due to changes in the UML model. The property element to use is core:boundary, con:constructionSurface doesn't exist any more.