Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 7.2 KB

CHANGES.md

File metadata and controls

86 lines (59 loc) · 7.2 KB

Change Log

FZKHaus in 3D FZKHaus in 2D
FZKHaus in 3D FZKHaus in 2D

NEW
  • Module CITYFURNITURE:

    • Added transformation for this module
  • Module BUILDING:

    • Added support for OuterBuildingInstallation and InteriorBuildingInstallation in CityGML 2.0 (see 48b5a7c)
  • Module BUILDING and CITYFURNITURE:

    • Added support for lodXGeometry in CityGML 2.0 with X in {1, 2, 3} (see 48b5a7c):
      • if lodXGeometry contains a CompositeSurface, Surface, Polygon, OrientableSurface, TriangularSurface or TIN: it shall be replaced with a corresponding lodXMultiSurface with a single surfaceMember representing its geometry
      • if lodXGeometry contains a Solid or CompositeSolid: it shall be renamed to lodXSolid
      • if lodXGeometry contains a MultiCurve: it shall be renamed to lodXMultiCurve
      • if lodXGeometry contains a MultiSurface: it shall be renamed to lodXMultiSurface
    • All lod4Geometry elements shall be transformed in the same manner as with other LODs. However, depending on the variable LOD4_TO_LOD3 in the configuration file SETTINGS.txt, lod4Geometry elements will be either removed from the dataset or changed to a corresponding LOD3 element
FIXES
  • Module APPEARANCE:
    • Fixed transformation of app:target elements (see c9f02dd)

0.5.0

UPDATES
FIXES
  • Module BUILDING:

0.4.0

NEW
  • Module BUILDING:
    • Transformation from bldg:Window to con:WindowSurface and bldg:Door to con:DoorSurface (see 67697b8)
    • Transformation from bldg:yearOfRenovation to con:constructionEvent (with event = endOfRenovation and dateOfEvent = standardized value of yearOfRenovation) (see 3d1adde)
UPDATES
  • Module APPEARANCE:

    • Element app:surfaceDataMember changed to app:surfaceData (see 653bc43)
    • Element app:target changed to app:textureParameterization (see ef3c626)
    • Element app:appearance changed to appearance and app:target of app:TextureAssociation changed to app:textureParameterization (see 85b6705)
  • Module BUILDING:

    • Element bldg:interiorRoom changed to bldg:buildingRoom (see 177a51a)
    • Class bldg:Room changed to bldg:BuildingRoom (see 3c1dde6)
    • Element bldg:roomInstallation changed to bldg:buildingInstallation (see ef5d7d1)
    • Add first transformation for element bldg:buildingSubdivisionInstallation (see 8f6eccd)
    • Element bldg:interiorFurniture changed to bldg:buildingFurniture (see 7b9692b)
    • Element bldg:measuredHeight changed to con:height (see 7d4f0f9)
    • Update bldg:yearOfConstruction and bldg:yearOfDemolition (see 0f6d02a and 4576587)
    • Change class AbstractSpaceBoundaryType to AbstractThematicSurfaceType (see 1b21f23 and 3d6d956)
  • Module CONSTRUCTION:

    • Class AbstractConstructionSurface now has an element con:closureSurface of type Core:ClosureSurface, which inherits Core:AbstractThematicSurface (see 3d6d956)
    • Element bldg:opening changed to con:fillingSurface (see 9b8232e and 737ff05)
  • Module CORE:

  • Others:

    • XSDs have been updated to version March 2019 (for all recorded versions, see xsds) (see d2e59b9)
    • The runnable jar file has been renamed from Transform.jar to citygml2-to-citygml3.jar (see c11c539 and 72cbfd2)
FIXES
  • Module APPEARANCE:
    • Fixed a bug that caused Appearance matching to not include all appearances (see bbb72d1)