-
Notifications
You must be signed in to change notification settings - Fork 6
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
New filter based on current map view #268
Comments
For this we need to implement a proper geometry filter. Which we currently do not have and surprisingly few have asked for. One challenge with it might be to get it working in all projections. Translating the view extend of a polar projection into a usable filter might be tricky i suspect - with straight lines getting curved and crossing the pole i imagine polygons might reverse order turning into holes. If you have experience with this, then please share |
No experience with that so far, I'm afraid! |
Now that we have geometry filters adding this comes easier. I've disabled the option for polar projections as it honestly was too difficult. Sorry @ymgan ! If anyone has experience with this, then I'm happy to learn. At this point sticking with mercator and wgs84 was far simpler. The feature would be more user friendly with the geometries drawn on the map, but at least it is now possible to filter based on the map view. ![]() It is not deployed to production yet |
This is a great feature, thank you @MortenHofft !!! We all know that you did your best 🥇 please don't apologize!! |
In the GBIF portal, it's possible to set a filter based on the current map view ("Explore area""). It would be nice to have the same feature in the hosted portal, i.e. to switch from map view to table or gallery view and get the occurrences I just saw on the map.
The text was updated successfully, but these errors were encountered: