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

Fix nesting level of `semantics` in example JSON. #185

Closed zoelandia closed 9 months ago

zoelandia commented 9 months ago

The example CityJSON shows semantics as a field in the city object, but it should be part of the geometry object.

hugoledoux commented 9 months ago

This is great, none of us caught this. Many thanks 👍

I'm merging to a v2.0.1 branch, we'll collect other small mistakes in coming weeks before releasing 2.0.1

zoelandia commented 9 months ago

Great! :)

hugoledoux commented 9 months ago

@zoelandia I'm curious, why are you interested in the very details of CityJSON?

zoelandia commented 9 months ago

Sorry, forgot to come back and answer you! I'm just doing some research about ways that geometry can be represented in 3D. Whoo, merged!