GeometryFilter
GeometryFilter:
FeltBoundary
|PolygonGeometry
|MultiPolygonGeometry
|LngLatTuple
[]
The common type for filtering data by a spatial boundary.
This can be either:
FeltBoundary
: a [w, s, e, n] bounding boxPolygonGeometry
: a GeoJSON Polygon geometryMultiPolygonGeometry
: a GeoJSON MultiPolygon geometryLngLatTuple[]
: a list of coordinates describing a single ring of a polygon
Last updated
Was this helpful?