Skip to content

Commit 160fbb2

Browse files
Fixed the CQL2 JSON between operator example to use 3 items array
1 parent 548d3b3 commit 160fbb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Basic Spatial Operators in CQL2 now only requires BBOX and POINT support, so the text
1313
and examples were updated to account for this.
14+
- Fixed the CQL2 JSON between operator example to use 3 items array
1415

1516
## [v1.0.0-rc.2] - 2022-11-01
1617

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ filter=eo:cloud_cover BETWEEN 0 AND 50
10181018
"op": "between",
10191019
"args": [
10201020
{ "property": "eo:cloud_cover" },
1021-
[ 0, 50 ]
1021+
0, 50
10221022
]
10231023
}
10241024
}

0 commit comments

Comments
 (0)