-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Currently the configuring the stac-example requires starting the application with a new config any time you want to visualize another collection. It would be nice if instead we could consume the collections list endpoint and figure out what to visualize from there. I think that could cut down a lot of the config size, and then you could drive "where do collections live" with a STAC_API_HOST env var and be close to done -- at least if just want the easiest thing -- instead of having to repeat configuration blocks for every collection you want to visualize.
pomadchin