Convert ol.DrawEvent#getFeature method into feature property

This commit is contained in:
Tom Payne
2014-01-23 20:31:18 +01:00
parent ec81a77cdb
commit 390b61762e
3 changed files with 11 additions and 12 deletions

View File

@@ -18,6 +18,15 @@ oli.CollectionEvent = function() {};
oli.CollectionEvent.prototype.element;
/** @interface */
oli.DrawEvent;
/** @type {ol.Feature} */
oli.DrawEvent.prototype.feature;
/** @interface */
oli.ObjectEvent;