Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the complete but empty example #207

Open
wants to merge 4 commits into
base: v2.0.2beta
Choose a base branch
from
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