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