Add stability annotation to ol.format.GPX
This commit is contained in:
@@ -18,6 +18,7 @@ goog.require('ol.xml');
|
|||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XML}
|
* @extends {ol.format.XML}
|
||||||
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.format.GPX = function() {
|
ol.format.GPX = function() {
|
||||||
goog.base(this);
|
goog.base(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user