OnFeature

Type Alias OnFeature 

Source
pub type OnFeature<M, P, D> = fn(feature: VectorFeature<M, P, D>) -> Option<VectorFeature<M, P, D>>;
Expand description

Before using the data, you can mutate it here. It can also act as a filter if you return None