From 0aaa7998f5113e5c5cdc853ec94d9a3e1f608af5 Mon Sep 17 00:00:00 2001 From: Scott Bell Date: Tue, 11 Apr 2023 12:32:33 -0500 Subject: [PATCH] add canvas click events --- index.html | 1 - .../imagery/components/AnnotationsCanvas.vue | 106 +++++++++++++++--- .../components/Compass/CompassRose.vue | 1 + .../imagery/components/Compass/compass.scss | 2 +- .../imagery/components/ImageryView.vue | 5 +- .../imagery/components/imagery-view.scss | 8 ++ 6 files changed, 101 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 4b052792c7..b4396b6759 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,6 @@ openmct.install(openmct.plugins.example.Generator()); openmct.install(openmct.plugins.example.EventGeneratorPlugin()); openmct.install(openmct.plugins.example.ExampleImagery()); - openmct.install(openmct.plugins.example.ExampleTags()); openmct.install(openmct.plugins.Espresso()); openmct.install(openmct.plugins.MyItems()); diff --git a/src/plugins/imagery/components/AnnotationsCanvas.vue b/src/plugins/imagery/components/AnnotationsCanvas.vue index c0ff70f641..91294f0a16 100644 --- a/src/plugins/imagery/components/AnnotationsCanvas.vue +++ b/src/plugins/imagery/components/AnnotationsCanvas.vue @@ -23,45 +23,115 @@