Closed ikemarv closed 2 years ago
Hello!
https://github.com/ikemarv/test-itowns-nrw/tree/master/apps/data/lod2_nrw tileset
I uploaded it into Cesium ION app and it is really in Indian Ocean. And it looks really small and each mouse movement can eliminate tileset from camera view.
Also I tried to view it in deck.gl tile3DLayer but viewer doesn't allow me to see it, maybe because tileset too small and has wrong positioning, elevation and orientation. And I converted it to I3S format as well and it helps me to find it out on the map -
@ikemarv I wIll close an issue. You are welcome to open new if you have new troubles.
Description
I have used different building data in b3dm format and get different errors except for one data source.
tileset-3d.js:481 A 3D tile failed to load: undefined Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
tileset-3d.js:481 A 3D tile failed to load: undefined Unexpected token F in JSON at position [...]
The first two data are displayed in the correct place in CesiumJS. On the page with the examples at loaders.gl, all 3D tiles examples that do not have the data source via Cesium Ion do not work either.
Repro Steps
I used the deckgl 3d-tiles example ( https://github.com/visgl/deck.gl/tree/master/examples/website/3d-tiles ) and just replaced the tile3DLayer:
Environment