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

Harmonize geometry types between the different city objects #108

Closed clausnagel closed 2 years ago

clausnagel commented 2 years ago

As raised in #100, similar CityObject types such as "Building" and "Bridge" or "BuildingRoom" and "BridgeRoom" have a different set of allowed geometry types. This PR proposes a resolution.

In addition:

hugoledoux commented 2 years ago

Many cheers for this @clausnagel