okfn / timeliner

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

Geocoded map doesn't sync with timeline #55

Closed rebeccawilliams closed 11 years ago

rebeccawilliams commented 11 years ago

Sorry if this was reported elsewhere.

Timeline works! Geocoding works! But corresponding events and locations are not highlighted at the same time, e.g. clicking on Raleigh brings the Providence event up.

(https://f.cloud.github.com/assets/1725454/1019088/c7fdbbcc-0c39-11e3-9b18-3514d081a7f0.png)

See spreadsheet used here: https://docs.google.com/spreadsheet/ccc?key=0Ap0CEAgs-R_odDcxUGhOQy1aX3BocjZyZXFCS2huU1E#gid=0

Thanks in advance!

rufuspollock commented 11 years ago

Immediate thought: you have a "bad row" at the start (the instructions row). Deleting that should help. However I've tried that and still seems to be issues. I'll be looking further.

BTW:

rebeccawilliams commented 11 years ago

Thanks Rufus! I deleted that row too and will continue to tinker.

rufuspollock commented 11 years ago

@rebeccawilliams on geojson point - you'd probably want the place separately in the Place column. Can you provide a minimal example of some geojson in the location column where it does not work and we can try and debug :-)

rufuspollock commented 11 years ago

@rebeccawilliams have tracked down bug that was causing this and fixed it. Should be working correctly now!

atomrab commented 10 years ago

This bug doesn't seem to have been completely fixed: clicking on a marker on the map causes the item AFTER the one associated with the marker to appear in the timeline window, and clicking either forward or backward on the timeline causes a flag to appear on the map for the item BEFORE the one displayed in the timeline window. (NB: in Timemapper, on the other hand, flags don't appear on the map at all unless the marker is clicked -- even when one clicks the icon in the timeline -- but clicking the map marker does pull up the appropriate item in the timeline information window). Checked in Chrome Version 30.0.1599.69 m and Firefox 24.0 on a Windows 7 PC.

rufuspollock commented 10 years ago

Can you link to an example?

atomrab commented 10 years ago

Sorry, this is all due to leaving the instructional row in the template spreadsheet -- with that gone, everything else works fine.