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

minimal cityjson is wrong in docs, `"transform"` needs to have its value filled #87

Closed hugoledoux closed 2 years ago

hugoledoux commented 2 years ago
  {
    "type": "CityJSON",
    "version": "1.1",
    "transform": {
      "scale": [0.0, 0.0, 0.0],
      "translate": [1.0, 1.0, 1.0]
    },
    "CityObjects": {},
    "vertices": []
  }