fix(map): read all relevant selection sources
This commit is contained in:
@@ -984,6 +984,13 @@ per zone/theme combination, matching source names and IDs of actually
|
||||
materialized Datasets. An empty `themes` list requests the complete normalized
|
||||
vocabulary. Unknown themes fail with `COVERAGE_THEME_UNSUPPORTED`.
|
||||
|
||||
The Map workbench uses this response before a rectangle analysis. It queries
|
||||
matching persisted Datasets and may call the already documented bounded
|
||||
acquisition endpoints for applicable `partial` source contracts. Those calls
|
||||
run through a client queue with at most three concurrent acquisitions. An
|
||||
`unsupported` or `not_configured` theme is not rendered as a failed
|
||||
measurement; an attempted provider failure is reported explicitly.
|
||||
|
||||
### GET `/api/v1/external/providers`
|
||||
|
||||
Returns all configured provider capability descriptors.
|
||||
|
||||
Reference in New Issue
Block a user