Convert ol.DrawEvent#getFeature method into feature property
This commit is contained in:
@@ -18,6 +18,15 @@ oli.CollectionEvent = function() {};
|
||||
oli.CollectionEvent.prototype.element;
|
||||
|
||||
|
||||
/** @interface */
|
||||
oli.DrawEvent;
|
||||
|
||||
|
||||
/** @type {ol.Feature} */
|
||||
oli.DrawEvent.prototype.feature;
|
||||
|
||||
|
||||
|
||||
/** @interface */
|
||||
oli.ObjectEvent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user