Hi! Thanks for the help. The offical version of the mashup is moved back to
http://www.oe-files.de/gmaps/usgseq.html On Sat, Mar 10, 2007 at 11:06:19PM -0500, David Huynh wrote: > I saw this in your code: > > var evt = new Timeline.DefaultEventSource.Event(date,null,null,null, > false,title,point, > null,null, > null,color,null); > > You can just add something to evt, e.g., > > evt.point = point; > > I don't think there's any "right" solution... Ahh, the joys of JavaScript... :) I went with this code, works great. > The bad news is Timeline was written by only me and I'm swamped with my > thesis work. The good news is that many people have used Timeline for > various things and so the knowledge is distributed out there. It's a > reason why we have a wiki for documentation, so that users like yourself > can share your tips and tricks with one another: > > http://simile.mit.edu/wiki/Timeline Ok, got the message :) I have more time/space related data (i.e. GPS tracks) and I'll definitly see what I can do with Timeline (or Exhibit). I think the current documentation has many examples of loading the data from an XML file, but I found nothing on creating single events ad hoc. I can try to write something on this issue - but don't hold your breath... > By the way, have you looked at Exhibit? > > http://simile.mit.edu/exhibit/ Yes, I saw it. But I think it is much better suited for more diverse data. Applied to the earthquake example: If there was more information for each event (like the region of the earthquake, damage, news reports), then Exhbit would be great. But for the moment I didn't want to deviate too much from the previous application and layout. But I'll consider Exhibit for future projects. Again thanks for the help, Joern -- Joern Clausen http://www.TechFak.Uni-Bielefeld.DE/~joern/ [EMAIL PROTECTED] http://thebloeg.blogspot.com/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
