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

Change transform dummy exemple #119

Closed GANys closed 2 years ago

GANys commented 2 years ago

Specifications should be updated from

"transform": {
    "scale": [0.0, 0.0, 0.0],
    "translate": [1.0, 1.0, 1.0]
  }

into

"transform": {
    "scale": [1.0, 1.0, 1.0],
    "translate": [0.0, 0.0, 0.0]
  }

at https://www.cityjson.org/specs/1.1.1/#cityjson-object (the rest of specs is good).

Otherwise, it is not a working exemple. Actually, until you don't transform or vizualize models, it is.

hugoledoux commented 2 years ago

ah right, well we just put dummy numbers there but I see your point.