I'm using OpenLayers-3.8.2. I have modify interaction as follow:
selectedInteraction = ... modifyInteraction = new ol.interaction.Modify({ features: selectInteraction.getFeatures()});I want to define an event that when a point of feature change, it fire. Something like this, but NOT for drawing, for modifying.
How do I do?
أكثر...
selectedInteraction = ... modifyInteraction = new ol.interaction.Modify({ features: selectInteraction.getFeatures()});I want to define an event that when a point of feature change, it fire. Something like this, but NOT for drawing, for modifying.
How do I do?
أكثر...