Skip to content

Commit

Permalink
Merge pull request #196 from tariqksoliman/ts-patch-1
Browse files Browse the repository at this point in the history
Fix broken link in intro.md
  • Loading branch information
vincentsarago authored Oct 17, 2024
2 parents a664935 + 5522c8a commit d212969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Two other sets of endpoints can be enabled using environment variable:

Before being able to create Map Tiles, the user needs to register a `Search Query` within the PgSTAC database (in the `searches` table). By default, `TiTiler.PgSTAC` has a `/searches/register (POST)` endpoint which will:

- validate the search query (based on the STAC API specification [`item-search`]((https://github.com/radiantearth/stac-api-spec/tree/master/item-search)))
- validate the search query (based on the STAC API specification [`item-search`](https://github.com/radiantearth/stac-api-spec/tree/master/item-search))

- send the search query to the postgres database using the [`search_query`](https://github.com/stac-utils/pgstac/blob/76512ab50e1373e3f77c65843cf328cbe6dd0dec/sql/004_search.sql#L1000) PgSTAC function

Expand Down

0 comments on commit d212969

Please sign in to comment.