Add @api stable annotations to olx.format.WriteOptions
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user