Open psigourney opened 7 years ago
Cool man! Sounds like you are close...
FINALLY figured out how to get it working. Just pushed a commit where the date slider works to hide the map markers when the marker's dateAdded is after the date the slider is showing.
BUT... it only works to hide the individual markers. The marker clusters don't update until you zoom down to a individual marker level.
dammit. It's supposed to be a range slider with two handles so only images with dates between the handles are displayed.
Change wasn't that bad.
Still can't get the MarkerClusters to update with the slider, but when you zoom down, the individual markers toggle their visibility.
Current status: The map displays, the items display, the item clustering works, the date slider displays with the correct 1yr date range.
To do: Hide the map markers whose date is after the slider date.