Add @api stable annotations for OSMXML format
This commit is contained in:
@@ -23,7 +23,7 @@ goog.require('ol.xml');
|
|||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XMLFeature}
|
* @extends {ol.format.XMLFeature}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.OSMXML = function() {
|
ol.format.OSMXML = function() {
|
||||||
goog.base(this);
|
goog.base(this);
|
||||||
@@ -201,7 +201,7 @@ ol.format.OSMXML.NODE_PARSERS_ = ol.xml.makeParsersNS(
|
|||||||
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
||||||
* @param {olx.format.ReadOptions=} opt_options Read options.
|
* @param {olx.format.ReadOptions=} opt_options Read options.
|
||||||
* @return {Array.<ol.Feature>} Features.
|
* @return {Array.<ol.Feature>} Features.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.OSMXML.prototype.readFeatures;
|
ol.format.OSMXML.prototype.readFeatures;
|
||||||
|
|
||||||
@@ -231,7 +231,7 @@ ol.format.OSMXML.prototype.readFeaturesFromNode = function(node, opt_options) {
|
|||||||
* @function
|
* @function
|
||||||
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
||||||
* @return {ol.proj.Projection} Projection.
|
* @return {ol.proj.Projection} Projection.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.OSMXML.prototype.readProjection;
|
ol.format.OSMXML.prototype.readProjection;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user