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
pub type OnFeature<M, P, D> = fn(feature: VectorFeature<M, P, D>) -> Option<VectorFeature<M, P, D>>;Before using the data, you can mutate it here. It can also act as a filter if you return None