High level Modify interaction events

This commit is contained in:
Björn Harrtell
2015-04-02 10:41:43 +02:00
parent c0b6eefd8f
commit f7d62f054c
2 changed files with 65 additions and 0 deletions
+13
View File
@@ -49,6 +49,19 @@ oli.DrawEvent.prototype.feature;
/**
* @interface
*/
oli.ModifyEvent = function() {};
/**
* @type {ol.Collection.<ol.Feature>}
*/
oli.ModifyEvent.prototype.features;
/**
* @interface
*/