opengeospatial / ogcapi-records

An open standard for the discovery of geospatial resources on the Web.
https://ogcapi.ogc.org/records
Other
59 stars 28 forks source link

Remove comment about empty `q` parameter. #286

Closed pvretano closed 1 year ago

pvretano commented 1 year ago

Parameters defined in features, and consequently records, cannot be empty and so remove the part of the recommendation that discusses what to do if q is empty. Apparently in OpenAPI you need to specify if a parameter can be empty using the allowEmptyValue (default value false) flag but as far as I can tell that is not used anywhere in Features.

Also bundled in a few other small changes related to templated links and rels.

Closes #234 Closes #281