Use path type instead of ol.Extent
This commit is contained in:
@@ -13,7 +13,7 @@ import {get as getProjection, equivalent as equivalentProjection, transformExten
|
||||
* the `defaultDataProjection` of the format is assigned (where set). If the projection
|
||||
* can not be derived from the data and if no `defaultDataProjection` is set for a format,
|
||||
* the features will not be reprojected.
|
||||
* @property {ol.Extent} extent Tile extent of the tile being read. This is only used and
|
||||
* @property {module:ol/extent~Extent} extent Tile extent of the tile being read. This is only used and
|
||||
* required for {@link ol.format.MVT}.
|
||||
* @property {ol.ProjectionLike} featureProjection Projection of the feature geometries
|
||||
* created by the format reader. If not provided, features will be returned in the
|
||||
|
||||
@@ -47,7 +47,7 @@ import {createElementNS, isDocument, isNode, makeArrayPusher, makeChildAppender,
|
||||
* @property {number|undefined} count Number of features to retrieve when paging. This is a
|
||||
* WFS 2.0 feature backported to WFS 1.1.0 by some Web Feature Services. Please note that some
|
||||
* Web Feature Services have repurposed `maxfeatures` instead.
|
||||
* @property {ol.Extent|undefined} bbox Extent to use for the BBOX filter.
|
||||
* @property {module:ol/extent~Extent} [bbox] Extent to use for the BBOX filter.
|
||||
* @property {ol.format.filter.Filter|undefined} filter Filter condition. See
|
||||
* {@link ol.format.filter} for more information.
|
||||
* @property {string|undefined} resultType Indicates what response should be returned,
|
||||
|
||||
Reference in New Issue
Block a user