I'm using OpenLayers-3.8.2 for developing an GIS application. Users draw some features and can modify all existing features on map. They can delete features. I can delete feature as follow:
What do I implement it?
أكثر...
- user click some features
- User click on a button and then: layer.removeFeature(feature)
What do I implement it?
أكثر...