Add @api stable annotations to olx.format.ReadOptions

This commit is contained in:
Éric Lemoine
2014-08-26 10:52:35 +02:00
parent c8c59c3657
commit 3338d56792
+2 -2
View File
@@ -1294,7 +1294,7 @@ olx.format.ReadOptions;
* the data and if no `defaultDataProjection` is set for a format, the features * the data and if no `defaultDataProjection` is set for a format, the features
* will not be reprojected. * will not be reprojected.
* @type {ol.proj.ProjectionLike|undefined} * @type {ol.proj.ProjectionLike|undefined}
* @api * @api stable
*/ */
olx.format.ReadOptions.prototype.dataProjection; olx.format.ReadOptions.prototype.dataProjection;
@@ -1303,7 +1303,7 @@ olx.format.ReadOptions.prototype.dataProjection;
* Projection of the feature geometries created by the format reader. If not * Projection of the feature geometries created by the format reader. If not
* provided, features will be returned in the `dataProjection`. * provided, features will be returned in the `dataProjection`.
* @type {ol.proj.ProjectionLike|undefined} * @type {ol.proj.ProjectionLike|undefined}
* @api * @api stable
*/ */
olx.format.ReadOptions.prototype.featureProjection; olx.format.ReadOptions.prototype.featureProjection;