Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion specs/specs.bs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ An "empty" but complete CityJSON object will look like this:
"CityObjects": {},
"vertices": [],
"appearance": {},
"geometry-templates": {}
"geometry-templates": {
"templates": [],
"vertices-templates": []
}
}
```

Expand Down Expand Up @@ -1147,6 +1150,7 @@ v[2] = (vi[2] * ["transform"]["scale"][2]) + ["transform"]["translate"][2]
# Metadata

The core of CityJSON supports the following six properties, which are compliant with the international standard [ISO19115](https://www.iso.org/standard/53798.html).
All six main Metadata properties are optional.

```json
"metadata": {
Expand Down