File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
stac_fastapi/extensions/stac_fastapi/extensions/core/filter Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
* Forward ` x-forwarded-host ` ([ #586 ] ( https://github.com/stac-utils/stac-fastapi/pull/586 ) )
6
+ * Add CQL2-json to filter conformance class ([ #611 ] ( https://github.com/stac-utils/stac-fastapi/issues/611 ) )
6
7
7
8
## [ 2.4.8] - 2023-06-07
8
9
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class FilterExtension(ApiExtension):
57
57
GET /queryables
58
58
GET /collections/{collection_id}/queryables
59
59
60
- https://github.com/radiantearth/ stac-api-spec/ blob/master/fragments/filter /README.md
60
+ https://github.com/stac-api-extensions/filter/ blob/main /README.md
61
61
62
62
Attributes:
63
63
client: Queryables endpoint logic
@@ -76,6 +76,7 @@ class FilterExtension(ApiExtension):
76
76
FilterConformanceClasses .FEATURES_FILTER ,
77
77
FilterConformanceClasses .ITEM_SEARCH_FILTER ,
78
78
FilterConformanceClasses .BASIC_CQL2 ,
79
+ FilterConformanceClasses .CQL2_JSON ,
79
80
FilterConformanceClasses .CQL2_TEXT ,
80
81
]
81
82
)
You can’t perform that action at this time.
0 commit comments