You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's because you are paginating the collections. This is problematic as it's not clear upfront how many pages are available.
Let's say an API has 1000 collections and chooses a pagesize of 10, then I'd have to do 100 HTTP requests sequentially to request the full list of collections. To avoid this I've taken the simple route for now to not show the collections but just let users enter the collections freely.
I've created #281 to keep track of the enhancements for paginated collections. You could disable collection pagination for now, 283 collections seem okay for a single page.
I've fixed the missing translation, which means I need new IT and FR translations for "Nothing entered yet" :-)
@m-mohr could you please tell me why here https://radiantearth.github.io/stac-browser/#/search/external/data.geo.admin.ch/api/stac/v0.9/ the list of collections is empty?
The text was updated successfully, but these errors were encountered: