diff --git a/src/plugins/imagery/components/AnnotationsCanvas.vue b/src/plugins/imagery/components/AnnotationsCanvas.vue index a4e1a1632ba..d750c761fb2 100644 --- a/src/plugins/imagery/components/AnnotationsCanvas.vue +++ b/src/plugins/imagery/components/AnnotationsCanvas.vue @@ -89,6 +89,11 @@ export default { } } }, + watch: { + imageryAnnotations() { + this.drawAnnotations(); + } + }, mounted() { this.canvas = this.$refs.canvas; this.context = this.canvas.getContext('2d');