There is a desire to have feature-like events on annotations. Currently, if you do annotationLayer.features()[...],geoOn(<event>, <func>) this gets affected on annotation mode changes. Conceptually, we probably want an annotationLayer.geoOn(geo.event.annotation.<event>, <func>) since the specific features should remain an implementation detail.
There is a desire to have feature-like events on annotations. Currently, if you do
annotationLayer.features()[...],geoOn(<event>, <func>)
this gets affected on annotation mode changes. Conceptually, we probably want anannotationLayer.geoOn(geo.event.annotation.<event>, <func>)
since the specific features should remain an implementation detail.