PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
202 stars 195 forks source link

3D representation not possible #134

Closed hamigolbabaei closed 6 years ago

hamigolbabaei commented 6 years ago

you get all the Time this message

"An error occurred while rendering. Rendering has stopped. RangeError: Invalid array length RangeError: Invalid array length at Ie (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:544:28871) at Re (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:544:31592) at Qe (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:545:11066) at Ye (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:545:9066) at it (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:545:16460) at we.render (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:545:24412) at A.render (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:557:17428) at t (https://logs.px4.io/plot_app/static/cesium/Build/Cesium/Cesium.js:557:5269)“

zanemountcastle commented 6 years ago

I'm having the same issue, even on 3D visualizations that used to work. In other words, it doesn't seem connected to the individual logs or the particular upload. Instead, the problem seems to be with Cesium.

bkueng commented 6 years ago

The reason is that the terrain data got deactivated (https://cesiumjs.org/data-and-assets/terrain/stk-world-terrain/) and I'll have to update to the new dataset.

hamigolbabaei commented 6 years ago

@bkueng Thanks for your feedback, what do you think when I can use the 3D rendering again?

bkueng commented 6 years ago

Fix is up: https://github.com/PX4/flight_review/pull/135