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

gltf conversion fails #39

Open
alavenant opened this issue Jun 13, 2023 · 3 comments
Open

gltf conversion fails #39

alavenant opened this issue Jun 13, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@alavenant
Copy link

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

@alavenant alavenant changed the title 3dTiles not seen in Cesium and iTowns 3dTiles non visible in Cesium and iTowns Jun 13, 2023
@balazsdukai
Copy link
Contributor

Hi, please send these info too:

  • output of tyler --version
  • the full command that you used
  • the input file if possible.

@alavenant
Copy link
Author

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
Copy link
Contributor

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.

@balazsdukai balazsdukai added the bug Something isn't working label Jul 6, 2023
@balazsdukai balazsdukai changed the title 3dTiles non visible in Cesium and iTowns gltf conversion fails Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants