Add @api stable annotations for GeoJSON format

This commit is contained in:
Éric Lemoine
2014-08-26 10:36:27 +02:00
parent b83e639301
commit 26df575bfe
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1347,7 +1347,7 @@ olx.format.GeoJSONOptions;
/**
* Default data projection.
* @type {ol.proj.ProjectionLike}
* @api
* @api stable
*/
olx.format.GeoJSONOptions.prototype.defaultDataProjection;
@@ -1355,7 +1355,7 @@ olx.format.GeoJSONOptions.prototype.defaultDataProjection;
/**
* Geometry name to use when creating features.
* @type {string|undefined}
* @api
* @api stable
*/
olx.format.GeoJSONOptions.prototype.geometryName;