You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: