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 @@