OpenGeoscience / geojs

High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets

Home Page:https://opengeoscience.github.io/geojs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotation events

manthey opened this issue · comments

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.