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 ran into a problem regarding the layer.json that is handed out by the server. Currently the available array is removed from the sent json object. This prevents CesiumJs from rendering the terrain. A fix for testing is to manually add the available field in node_modules/cesium/Source/Core/CesiumTerrainProvider.js in the function parseMetadataSuccess to the data object.
The text was updated successfully, but these errors were encountered:
crocij
changed the title
layer.json gets butchered
Available gets removed from layer.json before it is sent
Mar 31, 2022
Hello, I also have the same problem. Using the docker container sends out all the data needed in the layer.json. The only problem is that when using the docker container, the terrain does not load.
I ran into a problem regarding the
layer.json
that is handed out by the server. Currently theavailable
array is removed from the sent json object. This prevents CesiumJs from rendering the terrain. A fix for testing is to manually add the available field innode_modules/cesium/Source/Core/CesiumTerrainProvider.js
in the functionparseMetadataSuccess
to thedata
object.The text was updated successfully, but these errors were encountered: