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)