From 043d846fef2514aa8c82668d7d642aef02a05900 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 27 Oct 2023 12:42:40 +0200 Subject: [PATCH] update docs --- docs/src/user_guide/factories.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/user_guide/factories.md b/docs/src/user_guide/factories.md index 82ea4ee0..7c49a2a5 100644 --- a/docs/src/user_guide/factories.md +++ b/docs/src/user_guide/factories.md @@ -61,6 +61,8 @@ app.include_router(endpoints.router, tags=["OGC Features API"]) #### Creation Options +- **catalog_dependency** (Callable[..., tipg.collections.Catalog]): Callable which return a Catalog instance + - **collection_dependency** (Callable[..., tipg.collections.Collection]): Callable which return a Collection instance - **with_common** (bool, optional): Create Full OGC Features API set of endpoints with OGC Common endpoints (landing `/` and conformance `/conformance`). Defaults to `True` @@ -141,6 +143,8 @@ app.include_router(endpoints.router) #### Creation Options +- **catalog_dependency** (Callable[..., tipg.collections.Catalog]): Callable which return a Catalog instance + - **collection_dependency** (Callable[..., tipg.collections.Collection]): Callable which return a Collection instance - **supported_tms** (morecantile.TileMatrixSets): morecantile TileMatrixSets instance (holds a set of TileMatrixSet documents)