-
Notifications
You must be signed in to change notification settings - Fork 164
[feature] Search spatial filter would zoom to the current collection extent #592
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
Comments
This can certainly be done for when a specific colleciton is chosen in the Search page and for search withing a specific collection, but I think your usecase is a bit out of scope. What happens if you have 1000 paginated collection? It won't work, so for this case you'd then need to configure #591 manually. |
I agree, in that case could setup some fallback rules. do you mind could be a interesting feature to be proposed as PR? |
BTW collection filter as talked in the comment above (luipir/stac-browser@5b66b07) could be now solved with https://github.com/developmentseed/stac-auth-proxy/ |
Would be a good feature to set default extent of the spatial filter to the extent of the current shown collection or catalog.
e.g. clicking on search button, the Search.vue and SearchFilter.vue would have knowledge of the current selected catalog or collection and set default zoom of the spatial filter to the extent of this oens.
e.g. like in this schreenshot where the current catalog would lead to a default spatial extent to the extent of the catalog or collection.
The text was updated successfully, but these errors were encountered: