This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
A minor release solving two bugs:
- The interior in LOD2 is composed of multiple solids (one solid for each floor). These solids are now stored as gml:Solid of a gml:MultiSolid. Previously they were incorrectly stored as solids directly "under" with bldg:lod2solid which nevertheless worked fine with some software packages such as FME, but it did not comply to the standard.
- The bldg:storeysAboveGround is now stored as an integer (previously it was a float, resulting in e.g. 3.0 storeys instead of 3).