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 c31ed11 commit 68d1063Copy full SHA for 68d1063
README.md
@@ -166,8 +166,8 @@ The system supports generating CQL2 filters based on request context to provide
166
sequenceDiagram
167
Client->>Proxy: GET /collections
168
Note over Proxy: EnforceAuth checks credentials
169
- Note over Proxy: BuildCql2Filter creates filter immediately
170
- Note over Proxy: ApplyCql2Filter modifies query string
+ Note over Proxy: BuildCql2Filter creates filter
+ Note over Proxy: ApplyCql2Filter applies filter to request
171
Proxy->>STAC API: GET /collection?filter=(collection=landsat)
172
STAC API->>Client: Response
173
```
0 commit comments