ericaddison / APT_miniProject

0 stars 0 forks source link

Geo Mapping #78

Open psigourney opened 7 years ago

psigourney commented 7 years ago

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.

ericaddison commented 7 years ago

Cool man! Sounds like you are close...

psigourney commented 7 years ago

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.

psigourney commented 7 years ago

dammit. It's supposed to be a range slider with two handles so only images with dates between the handles are displayed.

psigourney commented 7 years ago

Change wasn't that bad.

psigourney commented 7 years ago

Still can't get the MarkerClusters to update with the slider, but when you zoom down, the individual markers toggle their visibility.