Add stability annotation to ol.source.VectorFile
This commit is contained in:
@@ -16,6 +16,7 @@ goog.require('ol.source.Vector');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.Vector}
|
* @extends {ol.source.Vector}
|
||||||
* @param {olx.source.VectorFileOptions=} opt_options Options.
|
* @param {olx.source.VectorFileOptions=} opt_options Options.
|
||||||
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.source.VectorFile = function(opt_options) {
|
ol.source.VectorFile = function(opt_options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user