stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
24 stars 14 forks source link

Extension links are not added to the landing page or collections #260

Closed jamesfisher-gis closed 5 days ago

jamesfisher-gis commented 1 month ago

For example, the /queryables route is not included in the landing page like it is in the stac-fastapi landing_page method. The code would need to be duplicated in sfeos here

The /queryables route is also not generated as a link for Collections.

Steps to reproduce the behavior:

  1. docker compose up
  2. http://localhost:8082/ or http://localhost:8080/

Expected behavior The appropriate routes for a given extension to be advertised in the landing page and collections.

jamesfisher-gis commented 5 days ago

Added with #267.