SpeciesFileGroup / taxonworks

Workbench for biodiversity informatics.
http://taxonworks.org
MIT License
87 stars 26 forks source link

[Bug]: Filter Staged Images display cropped weirdly #3260

Closed tmcelrath closed 1 year ago

tmcelrath commented 1 year ago

Steps to reproduce the bug

1. When I select >100 images via changing the URL in the API request in Filter Staged Images
2. Then the image hexagons display, but they are cut off after ~100, and cannot be selected
3. 
...

Screenshot

image

Expected behavior

Should be able to at least scroll to see them.

Additional Screenshots

No response

Environment

Production

Sandbox Used

No response

Version

0.30.1

Browser Used

Chrome

jlpereira commented 1 year ago

@mjy It seems this already have a predefined size from the backend. We can recalculate it from the frontend side using getBBox function. However, it seems the response is limited to 110 records.