Annotations for exports
This commit is contained in:
@@ -30,6 +30,7 @@ goog.require('ol.vec.Mat4');
|
||||
* @extends {ol.source.ImageCanvas}
|
||||
* @param {olx.source.ImageVectorOptions} options Options.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.ImageVector = function(options) {
|
||||
|
||||
@@ -165,7 +166,7 @@ ol.source.ImageVector.prototype.forEachFeatureAtPixel =
|
||||
|
||||
/**
|
||||
* @return {ol.source.Vector} Source.
|
||||
* @todo stability experimental
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.ImageVector.prototype.getSource = function() {
|
||||
return this.source_;
|
||||
|
||||
Reference in New Issue
Block a user