Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 27, 2023
1 parent ce33e7e commit 043d846
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/user_guide/factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 043d846

Please sign in to comment.