okfn / timeliner

[DEPRECATED] See new TimeMapper repo https://github.com/okfn/timemapper
https://github.com/okfn/timemapper
93 stars 21 forks source link

Linking and brushing #51

Closed psychemedia closed 11 years ago

psychemedia commented 11 years ago

It would be useful to support the notion of linking and brushing across the map and timeline views.

That is, by selecting an item on the timeline, the corresponding point on the map should zoom into view.

By selecting an item on the map, the timeline should zoom to display the corresponding element in that view.

djw commented 11 years ago

@psychemedia Are you using the latest code? I implemented the behaviour you describe in #36, assuming you're not using IE < 8.

rufuspollock commented 11 years ago

@djw @psychemedia this is i think an issue with clustering - cf #49

rufuspollock commented 11 years ago

@psychemedia - #49 is now fixed and auto-clustering no longer happens so you should be able to clearing see the click on map / click on timeline connection so I'm going to close (please re-open if you still spot an issue).

I do note we don't do the zoom-in - that's because I'm not sure exactly how to do that in a good way (e.g. don't want to overzoom in ...)