3DGI / tyler

Tiling 3D city models encoded in CityJSON
Apache License 2.0
29 stars 4 forks source link

gltf conversion fails #39

Open alavenant opened 1 year ago

alavenant commented 1 year ago

Hello,

I'm using the tools for transform my Cityjson file I attach with this message. I also give you the result of the tools.

The results doesn't seems to respect the 3dTiles specification, according with the 3d-tiles-validator.

{
  "date": "2023-06-13T14:40:46.175Z",
  "numErrors": 1,
  "numWarnings": 0,
  "numInfos": 0,
  "issues": [
    {
      "type": "CONTENT_VALIDATION_ERROR",
      "path": "/root/content",
      "message": "Tile content /root/content refers to URI tiles/0/0/0.glb, which could not be resolved",
      "severity": "ERROR"
    }
  ]
}

Ceisium Ion load the file but doesn't show it. iTowns give me error.

It's seems to be because of the glb format.

Thanks, Antoine

balazsdukai commented 1 year ago

Hi, please send these info too:

alavenant commented 1 year ago

tyler version 0.3.2

tyler --metadata /test/Zone_1.city.json --features /test/Zone_1 --output /test/3dtiles --3dtiles-metadata-class id --object-type Road

Sorry, i thought i had upload the data Archive.zip

balazsdukai commented 1 year ago

I've tested the data and the issue is indeed in the gltf conversion. I'm not sure yet what is the problem, need to look into it further.