vue-deck.gl icon indicating copy to clipboard operation
vue-deck.gl copied to clipboard

deck.gl: assertion failed

Open zilingziling opened this issue 11 months ago • 0 comments

hi ,when I try to change map's center,I got an error "Error in callback for watcher "viewState": "Error: deck.gl: assertion failed." Do you know why this is happening ?

here is my code :

watch: { mapCenter(val) { setTimeout(() => { this.viewState = { ...this.viewState, latitude: val[1], longitude: val[0], transitionDuration: 1000, };

   });
},

},

If you have time, could you please help me with this? I would really appreciate it.

zilingziling avatar Mar 14 '24 10:03 zilingziling