ogcapi-features icon indicating copy to clipboard operation
ogcapi-features copied to clipboard

An open standard for querying geospatial information on the web.

Results 209 ogcapi-features issues
Sort by recently updated
recently updated
newest added

In GeoServer own Extended CQL we have the ability to express a list of filters, separated by semicolon, e.g: `` ...&CQL_FILTER=persons>1000;quality='good' `` This is used in combination with requests accessing...

Future work
CQL2

This is mostly a question to see if this exists -- we have specs for Collections and for the TxnExt on Features, but do we have a TxnExt for Collections?

Future work

What is preferred method of determining OGC-API Features resource urls? For example, giving an OGC-API Features server url of `https://my.server.com/ogc/features`, is it **assured** that the following urls return the named...

question
Guide

Here are some typical values for the “minimum”, “maximum”, and “default” properties of the [“limit parameter"](http://docs.opengeospatial.org/DRAFTS/17-069r4.html#_parameter_limit): - minimum: 1 - maximum: 10000 - default: 10 None of these properties can...

Part 1: Core

This is revisiting #329. The topic came up again during the May 2021 sprint in the context of styles. See https://github.com/opengeospatial/ogcapi-code-sprint-2021-05/issues/36. At least for the general requirements class, a mechanism...

Part 4: Create/Replace/Update/Delete

Do we need support for POST at `/collections/{collectionId}/items`? This could be useful/necessary for filter expressions with large geometries (this could use `application/x-www-form-urlencoded` with cql-text) or for filter expressions with cql-json...

Part 10: Search/Queries

Most of the data consumers from WFS need the geometry but sometimes, the service can provide data for charts or HTML tables where geometry would slow down the data retrieval...

Part 6: Property Selection

The OGC Naming Authority assigns URIs to resources that are registered (like coordinate reference systems, link relation types, etc.). During the September 2021 OGC Member Meeting the OGC Naming Authority...

Future work
Part 1: Core
Part 2: CRS
OGC API: Common
Part 3: Filtering

The Queryables mechanism in CQL support uses a field `additionalProperties` to indicate that the server allows values to be requested that are not explicitly defined as queryables. This should also...

See https://github.com/opengeospatial/ogcapi-records/issues/126

OGC API: Common
OGC API: Features