From 5d0dbd08579b42521cc17b5c76264aa0133fa14b Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Tue, 8 Mar 2022 16:05:08 -0500 Subject: [PATCH] fix docs --- docs/source/data-publishing/ogcapi-features.rst | 2 +- docs/source/data-publishing/ogcapi-records.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/data-publishing/ogcapi-features.rst b/docs/source/data-publishing/ogcapi-features.rst index 62040db..6593f89 100644 --- a/docs/source/data-publishing/ogcapi-features.rst +++ b/docs/source/data-publishing/ogcapi-features.rst @@ -281,7 +281,7 @@ Data access examples * browse features * http://localhost:5000/collections/foo/items * paging - * http://localhost:5000/collections/foo/items?startIndex=10&limit=10 + * http://localhost:5000/collections/foo/items?offset=10&limit=10 * CSV outputs * http://localhost:5000/collections/foo/items?f=csv * query features (spatial) diff --git a/docs/source/data-publishing/ogcapi-records.rst b/docs/source/data-publishing/ogcapi-records.rst index 564f3c6..2c4acc3 100644 --- a/docs/source/data-publishing/ogcapi-records.rst +++ b/docs/source/data-publishing/ogcapi-records.rst @@ -79,7 +79,7 @@ Metadata search examples * browse records * http://localhost:5000/collections/foo/items * paging - * http://localhost:5000/collections/foo/items?startIndex=10&limit=10 + * http://localhost:5000/collections/foo/items?offset=10&limit=10 * CSV outputs * http://localhost:5000/collections/foo/items?f=csv * query records (spatial)