-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User-selectable options, e.g. number of previews on map #411
Comments
I was able to reproduce it with Microsoft Planetary Computer STAC API: |
Oh, I've discovered it! The reason is that |
Customizing some of the options per user is a good idea. We already store the selected locale locally and could expand this to e.g. cardViewMode, maxPreviewsOnMap, geoTiffResolution, and itemsPerPage. |
I guess maxPreviewOnMap should only be used when no limit is specified. If a specific pagination limit is specified, we should probably use that to keep things a bit more intuitive. |
I decided to remove maxPreviewOnMap completely, it will now depend on what the server/users decide to deliver/retrieve. Part of PR #535 |
I'm using STAC Browser version 3.1.0. After adjusting the "Items per page" default setting to 100 (If I decrease it to 49, it starts functioning, although it doesn't work with 50 and higher), I can observe an increased number of footprints on the map. However, inexplicably, the STAC browser fails to display previews for all items.
The text was updated successfully, but these errors were encountered: