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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
I'm tinkering with it to submit a PR to include the CBERS stac api server, and noticed that the browser assumes that title is always available for collections, more specifically here:
This breaks if no title is available. Since this field is not currently required it would be better to use id if title is not available. This is what I did in my fork,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@kbgg congrats on this awesome project!
I'm tinkering with it to submit a PR to include the CBERS stac api server, and noticed that the browser assumes that title is always available for collections, more specifically here:
qgis-stac-browser/controllers/query_dialog.py
Line 63 in e94b703
This breaks if no title is available. Since this field is not currently required it would be better to use id if title is not available. This is what I did in my fork,
The text was updated successfully, but these errors were encountered: