Skip to content

Commit 4b00028

Browse files
andresuribe87Williangalvani
authored andcommitted
fix incorrect reference to timeAttitudeQ property in CesiumViewer component
1 parent 92fbcc3 commit 4b00028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CesiumViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ export default {
10531053
if (Object.keys(this.state.timeAttitudeQ).length > 0) {
10541054
fixedFrameTransform = Transforms.localFrameToFixedFrameGenerator('north', 'east')
10551055
for (const atti in this.state.timeAttitudeQ) {
1056-
if (this.state.timeAttitudeQ.atti) {
1056+
if (this.state.timeAttitudeQ[atti]) {
10571057
const att = this.state.timeAttitudeQ[atti]
10581058
10591059
const q1 = att[0]

0 commit comments

Comments
 (0)