Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. const array_of_features = source.getFeatures();
  2. const single_feature = source.getFeatureById('id');
  3. const feature_props = single_feature.getProperties();
  4.  
  5. // update style of feature
  6. single_feature.setStyle(new_style);
  7.  
  8. // remove feature
  9. source.removeFeature(single_feature);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement