Annotations for exports
This commit is contained in:
@@ -13,6 +13,7 @@ goog.require('ol.structs.RBush');
|
||||
* @constructor
|
||||
* @extends {ol.source.FormatVector}
|
||||
* @param {olx.source.ServerVectorOptions} options Options.
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.ServerVector = function(options) {
|
||||
|
||||
@@ -97,3 +98,12 @@ ol.source.ServerVector.prototype.loadFeatures =
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @function
|
||||
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
||||
* @return {Array.<ol.Feature>} Features.
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.ServerVector.prototype.readFeatures;
|
||||
|
||||
Reference in New Issue
Block a user