Inherits AlignmentAnnotController.
Feature:
click to center the currently selected annotations.
Usage:
in template:
<contextmenu-item-center-annot @controller="annot-opr:CenterAnnotController"></contextmenu-item-center-annot>
<contextmenu-item @controller="annot-opr:CenterAnnotController"></contextmenu-item>
in fragment config:
fragments: [{
target: 'fv--contextmenu-item-center-annot',
config: {
callback: UIExtension.controllers.CenterAnnotController
}
}]
});