cityjson / specs

Specifications for CityJSON, a JSON-based encoding for 3D city models
https://cityjson.org
Creative Commons Zero v1.0 Universal
107 stars 25 forks source link

Wrong name and type of storeysHeightsAboveGround and storeysHeightsBelowGround #7

Closed clausnagel closed 6 years ago

clausnagel commented 6 years ago

The attributes "storeysHeightsAboveGround" and "storeysHeightsBelowGround" of Building and BuildingPart defined in the v0.2 Json schema have a wrong name compared to the their CityGML counterparts. It should be "storeyHeights..." - so no plural for storey.

Moreover, also their type differs. In CityGML, both attributes are of type gml:MeasureOrNullListType, whereas they are defined to be of type integer in CityJSON. An array of double would be more appropriate.

hugoledoux commented 6 years ago

oh right, indeed. Thanks for pointing this out.

Fixed for v0.3: 989444f8d20371784af7ceb911184a5fcb49d747