Open Layers 3: How to create listener for a modify interaction
I have managed to set up a modify interaction. The docs for ol.interaction.Modify ( http://ol3js.org/en/master/apidoc/ol.interaction.Modify.html ) don't metion a single event that is fired when a feature is modified. Unlike for instance for ol.interaction.Draw ( http://ol3js.org/en/master/apidoc/ol.interaction.Draw.html ) which works nicely. I need to update the coordinates in the database when a feature has been modified. How can I set up a listener? I found a solution. The high-level-explanation is here: http://boundlessgeo.com/2014/06/openlayers-editing-wfs-t/ Basically you don't listen to