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

CityJSONFeatures: all children or only one-level below? #136

Closed hugoledoux closed 1 year ago

hugoledoux commented 1 year ago

right now it's only "one level below the current one", but that makes no sense, does it?

If a "Building" has 3 "BuildingPart" and those have "BuildingInstallation" and then how are we supposed to link the installations to the BPart?

I'd say all the children

balazsdukai commented 1 year ago

True, I missed this before. I would change the requirement then to:

hugoledoux commented 1 year ago

made it clearer that all under are included, and added this to the snippet