From 68dfafdf82c27762fbc5c6b83b13e99a7967a326 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Tue, 20 May 2025 15:50:01 -0400 Subject: [PATCH] fix collections query param typo in OGC API features reference --- ogcapi-features/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcapi-features/README.md b/ogcapi-features/README.md index abcebabe..75af7a8d 100644 --- a/ogcapi-features/README.md +++ b/ogcapi-features/README.md @@ -215,7 +215,7 @@ to `/collections/{collectionId}/items`. However, static catalogs and other parts It is recommended to have each OAFeat Collection correspond to a STAC Collection, and the `/collections/{collectionId}/items` endpoint can be used as a single collection search. Implementations may **optionally** provide support for the full superset of STAC API query parameters to the `/collections/{collectionId}/items` endpoint, -where the collection ID in the path is equivalent to providing that single value in the `Collections* query parameter in +where the collection ID in the path is equivalent to providing that single value in the `collections` query parameter in STAC API. Implementing OAFeat enables a wider range of clients to access the API's STAC Item objects, as it is a more widely implemented