windrobin / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

Allow items with missing placemarks or events #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now all items must have both a placemark and an event (i.e. both geo
data and time data), or they will be ignored on load. The system should
allow either one or the other to be missing (and maybe both? but I'm not
sure why you'd ever want that) - placemarks with no event would be
omnipresent on the map, and events with no placemark would just show up on
the timeline (and maybe open the info window in the middle of the map?).
This will require a bit of work, as the code currently assumes that both exist.

Original issue reported on code.google.com by nick.rab...@gmail.com on 17 Sep 2008 at 5:05

GoogleCodeExporter commented 9 years ago
fixed - items can now load with missing placemarks or missing events.

Original comment by nick.rab...@gmail.com on 15 Oct 2008 at 9:16