gu-gridh / multimodal-map

A template for place-based data exploration at GRIDH
0 stars 0 forks source link

Make time-span slider work with all categories #14

Closed jonathanwestin closed 1 year ago

jonathanwestin commented 1 year ago

Currently you have to first pick a category for the slider to filter the markers, but ideally you would be able to filter everything at once when the default All Categories option is selected.

TristanBridge commented 1 year ago

Need back-end support. Can't filter the places by dates. for example this doesn't work: https://diana.dh.gu.se/api/rephotography/geojson/place/?page_size=500&start_date=1832&end_date=1956

but this does: https://diana.dh.gu.se/api/rephotography/geojson/place/?page_size=500&type=image&start_date=1832&end_date=2023

TristanBridge commented 1 year ago

This should be working now.