Re: [Simile-Widgets] Looking at loading events another way

2011-06-13 Thread Michael Nosal
John, This is perfectly fine to do. All that the Simile loaders do is extract data from a data source (JSON, XML, SPARQL) create new Event objects and push into an EventSource object. It's really easy to write your own function to do the same. With a little extra work,

[Simile-Widgets] Looking at loading events another way

2011-06-10 Thread John S
I'm just getting started with SIMILE, and I have to express that I'm very impressed with this. I'm currently working on a project that initially took me to the TIMEMAP project, but after looking at how it integrates with google maps, I decided this is where I should be working from directly. I