File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
stac_fastapi/opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 8080# The extension is not fully implemented yet but is required for collection filtering support
8181collection_search_extension = CollectionSearchExtension ()
8282
83- collection_search_extension .conformance_classes = [
84- "http://www.opengis.net/spec/ogcapi-common-2/1.0/req/simple-query"
85- if cls == "http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/simple-query"
86- else cls
87- for cls in collection_search_extension .conformance_classes
88- ]
89-
9083collection_search_extension .conformance_classes = [
9184 cls
9285 for cls in collection_search_extension .conformance_classes
9386 if cls != "https://api.stacspec.org/v1.0.0-rc.1/collection-search"
87+ and cls != "http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/simple-query"
9488]
9589
9690aggregation_extension = AggregationExtension (
You can’t perform that action at this time.
0 commit comments