We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a129d2 + 160fbb2 commit 1eed911Copy full SHA for 1eed911
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- Fixed several issues with OpenAPI specification
13
- Basic Spatial Operators in CQL2 now only requires BBOX and POINT support, so the text
14
and examples were updated to account for this.
15
+- Fixed the CQL2 JSON between operator example to use 3 items array
16
17
## [v1.0.0-rc.2] - 2022-11-01
18
README.md
@@ -1017,7 +1017,7 @@ filter=eo:cloud_cover BETWEEN 0 AND 50
1017
"op": "between",
1018
"args": [
1019
{ "property": "eo:cloud_cover" },
1020
- [ 0, 50 ]
+ 0, 50
1021
]
1022
}
1023
0 commit comments