opengeospatial / ogcapi-features

An open standard for querying geospatial information on the web.
https://ogcapi.ogc.org/features
Other
341 stars 85 forks source link

CQL2 (Arrays): Remaining square brackets #871

Closed jerstlouis closed 10 months ago

jerstlouis commented 11 months ago

As a follow-up to #718 fixed in #784 , there are still some square brackets in the latest generated draft in 7.8.1. Arrays and 7.8.3 Examples:

Example 18. Array examples arrays (Text) [ 'a', 'c' ] [ 'a', true, 1 ] [ DATE('1969-07-16'), DATE('1969-07-20'), DATE('1969-07-24') ]

https://docs.ogc.org/DRAFTS/21-065.html#_examples_3

Example 19. Evaluate if the value of an array property contains the specified subset of values. A_CONTAINS(layer:ids, ["layers-ca","layers-us"])

cportele commented 11 months ago

Thanks @jerstlouis, I was already working on a PR to fix examples, so I added these changes in #873, too.