We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fbcc3 commit 4b00028Copy full SHA for 4b00028
src/components/CesiumViewer.vue
@@ -1053,7 +1053,7 @@ export default {
1053
if (Object.keys(this.state.timeAttitudeQ).length > 0) {
1054
fixedFrameTransform = Transforms.localFrameToFixedFrameGenerator('north', 'east')
1055
for (const atti in this.state.timeAttitudeQ) {
1056
- if (this.state.timeAttitudeQ.atti) {
+ if (this.state.timeAttitudeQ[atti]) {
1057
const att = this.state.timeAttitudeQ[atti]
1058
1059
const q1 = att[0]
0 commit comments