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.
1 parent 548d3b3 commit 160fbb2Copy full SHA for 160fbb2
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Basic Spatial Operators in CQL2 now only requires BBOX and POINT support, so the text
13
and examples were updated to account for this.
14
+- Fixed the CQL2 JSON between operator example to use 3 items array
15
16
## [v1.0.0-rc.2] - 2022-11-01
17
README.md
@@ -1018,7 +1018,7 @@ filter=eo:cloud_cover BETWEEN 0 AND 50
1018
"op": "between",
1019
"args": [
1020
{ "property": "eo:cloud_cover" },
1021
- [ 0, 50 ]
+ 0, 50
1022
]
1023
}
1024
0 commit comments