Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[OAPIF provider] Add support for filtering based on OGC API Features …
…Part 3 This requires server /conformance to declare at least: - http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter - http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter - http://www.opengis.net/spec/cql2/1.0/conf/cql2-text - http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2 The /collections/{collid}/queryables endpoint is requested to get the queryable properties. And it can use the following extra conformance classes: - http://www.opengis.net/spec/cql2/1.0/conf/advanced-comparison-operators: for IN, BETWEEN, LIKE - http://www.opengis.net/spec/cql2/1.0/conf/case-insensitive-comparison: for ILIKE - http://www.opengis.net/spec/cql2/1.0/conf/basic-spatial-operators: for intersects(geomcolumn, geomFromWkt('POINT(x y)')) and bbox_intersects(geomcolumn, geomFromWkt('WKT LITERAL'))
- Loading branch information