Add @api stable annotations to olx.format.WriteOptions

This commit is contained in:
Éric Lemoine
2014-08-26 10:52:58 +02:00
parent 3338d56792
commit 52c5897ccc

View File

@@ -1322,7 +1322,7 @@ olx.format.WriteOptions;
* `defaultDataProjection` is set for a format, the features will be returned * `defaultDataProjection` is set for a format, the features will be returned
* in the `featureProjection`. * in the `featureProjection`.
* @type {ol.proj.ProjectionLike|undefined} * @type {ol.proj.ProjectionLike|undefined}
* @api * @api stable
*/ */
olx.format.WriteOptions.prototype.dataProjection; olx.format.WriteOptions.prototype.dataProjection;
@@ -1331,7 +1331,7 @@ olx.format.WriteOptions.prototype.dataProjection;
* Projection of the feature geometries that will be serialized by the format * Projection of the feature geometries that will be serialized by the format
* writer. * writer.
* @type {ol.proj.ProjectionLike} * @type {ol.proj.ProjectionLike}
* @api * @api stable
*/ */
olx.format.WriteOptions.prototype.featureProjection; olx.format.WriteOptions.prototype.featureProjection;