You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've generated some tiles from a DEM (Erdas Imagine format) using the ctb-tile tool under Ubuntu 18.04.
Then I place a symlink in my local repo of the quantized-mesh-viewer to replace the default example-tile/ folder.
I made the necessary changes in the meshUrl variable in the ./src/tile/index.js file.
After what, while navigating to my tile, it doesn't show up, the box stays black.
I double checked that the tile file I used do have a few kilo bytes of data.
In the console, an RangeError: "invalid array length" error is shown:
I've generated some tiles from a DEM (Erdas Imagine format) using the
ctb-tile
tool under Ubuntu 18.04.Then I place a symlink in my local repo of the
quantized-mesh-viewer
to replace the defaultexample-tile/
folder.I made the necessary changes in the
meshUrl
variable in the./src/tile/index.js
file.After what, while navigating to my tile, it doesn't show up, the box stays black.
I double checked that the tile file I used do have a few kilo bytes of data.
In the console, an
RangeError: "invalid array length"
error is shown:Do you have any cue on how to fix this or on the source of the problem?
I also notify the
cesium-terrain-builder
team of this error: geo-data/cesium-terrain-builder#89The text was updated successfully, but these errors were encountered: