Skip to content

Commit 1eed911

Browse files
author
Phil Varner
authored
Merge pull request #25 from emmanuelmathot/inbetweenexample
Fixed the CQL2 JSON between operator example to use 3 items array
2 parents 7a129d2 + 160fbb2 commit 1eed911

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
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Fixed several issues with OpenAPI specification
1313
- Basic Spatial Operators in CQL2 now only requires BBOX and POINT support, so the text
1414
and examples were updated to account for this.
15+
- Fixed the CQL2 JSON between operator example to use 3 items array
1516

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

README.md

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

0 commit comments

Comments
 (0)