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
Be able to filter the results by performer in the UI. Backend capability was added in #110. We'll need to filter the list on the left and filter the polygons rendered.
See setFilter on details how to filter the polygons MapLibre renders. Attributes are set on the tiles here via the QuerySet annotations. These attributes may be used in setFilter. We are currently doing this to filter observations by timestamp. See that filter here.
We'll probably need to annotate the tiles with performer ID and filter via that attribute.
The text was updated successfully, but these errors were encountered:
I've created a Figma with a concept on how I'd design this. Just ideas, not a recommendation. The filters are provided via dropdowns below the time slider.
Be able to filter the results by performer in the UI. Backend capability was added in #110. We'll need to filter the list on the left and filter the polygons rendered.
See
setFilter
on details how to filter the polygons MapLibre renders. Attributes are set on the tiles here via the QuerySet annotations. These attributes may be used insetFilter
. We are currently doing this to filter observations by timestamp. See that filter here.We'll probably need to annotate the tiles with performer ID and filter via that attribute.
The text was updated successfully, but these errors were encountered: