Skip to content

Commit

Permalink
Merge pull request #950 from pvretano/issue-949
Browse files Browse the repository at this point in the history
Fix broken/old references.
  • Loading branch information
cportele authored Sep 19, 2024
2 parents 271d2ee + e6f81bb commit 0183c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/filtering/standard/clause_3_references.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following normative documents contain provisions that, through reference in
* [[OAFeat-2]] Open Geospatial Consortium (OGC). OGC 18-058r1: **OGC API - Features - Part 2: Coordinate Reference Systems by Reference corrigendum** [online]. Edited by C. Portele, P. Vretanos. 2022 [viewed 2023-02-19]. Available at https://docs.ogc.org/is/18-058r1/18-058r1.html
* [[CQL2]] Open Geospatial Consortium (OGC). OGC 21-065r1: **Common Query Language (CQL2)** [online]. Edited by P. Vretanos, C. Portele. to be published. Available at https://docs.ogc.org/is/21-065r1/21-065r1.html
* [[CQL2]] Open Geospatial Consortium (OGC). OGC 21-065r2: **Common Query Language (CQL2)** [online]. Edited by P. Vretanos, C. Portele. Available at https://docs.ogc.org/is/21-065r2/21-065r2.html
* [[json-schema]] Internet Engineering Task Force (IETF). draft-bhutton-json-schema-01: **JSON Schema: A Media Type for Describing JSON Documents** [online]. Edited by A. Wright, H. Andrews, B. Hutton, G. Dennis. 2022 [viewed 2024-02-28]. Available at https://json-schema.org/draft/2020-12/json-schema-core
4 changes: 2 additions & 2 deletions extensions/filtering/standard/clause_8_filter.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ defines the `filter-lang` parameter.
include::requirements/filter/REQ_filter-lang-param.adoc[]

The enumerated value `cql2-text` is used to indicate that the value of the
<<filter-param,`filter`>> parameter is the https://docs.ogc.org/is/21-065r1/21-065r1.html#basic-cql2-text[text encoding of CQL2].
<<filter-param,`filter`>> parameter is the https://docs.ogc.org/is/21-065r2/21-065r2.html#cql2-text[text encoding of CQL2].

The enumerated value `cql2-json` is used to indicate that the value of the
<<filter-param,`filter`>> parameter is the https://docs.ogc.org/is/21-065r1/21-065r1.html#basic-cql2-JSON[JSON encoding of CQL2].
<<filter-param,`filter`>> parameter is the https://docs.ogc.org/is/21-065r2/21-065r2.html#cql2-json[JSON encoding of CQL2].

Servers that support other filtering languages can extend this list of values
as necessary although the meanings of any additional values are not described
Expand Down

0 comments on commit 0183c73

Please sign in to comment.