Thanks. http://coastal.dgs.udel.edu/coastalevents_json is actually a json feed. However, I did save the output to a coastalevents_json.js file and used that. Still no luck though.
Firebug (in FF 3.0.7) shows that the file was read properly and the response looks good. Same when using the feed directly. The Loading icon is displayed briefly, as it should. The events are just not showing up on the timeline. - John ************************************************** John Callahan Geospatial Application Developer Delaware Geological Survey, University of Delaware 227 Academy St, Newark DE 19716-7501 Tel: (302) 831-3584 Email: [email protected] http://www.dgs.udel.edu ************************************************** g f wrote: > John, > have you tried to put the json file in the same virtual directory as > index.html and see if it is the ajax cross site scripting issue? > tl.loadJSON("coastalevents_json", function(json, url) { > > eventSource.loadJSON(json, url); > }); > > > > On Thu, Mar 19, 2009 at 9:33 AM, John Callahan <[email protected] > <mailto:[email protected]>> wrote: > > > I thought this would be easy but I'm missing something, somewhere. I > want to add a JSON feed to a Timeline. That's it. No problem adding > this feed to an Exhibit; it show up on the Timeline view fine. > > > Here's the json feed: http://coastal.dgs.udel.edu/coastalevents_json > > Here's a test Timeline site: > http://coastal.dgs.udel.edu/sites/test/index.html > > > Any advice on why this isn't working? My guess is that something's > wrong wiht the loadJSON calls. Or that the calls can't find the > service. > > - John > > ************************************************** > John Callahan > Geospatial Application Developer > Delaware Geological Survey, University of Delaware > 227 Academy St, Newark DE 19716-7501 > Tel: (302) 831-3584 > Email: [email protected] <mailto:[email protected]> > http://www.dgs.udel.edu > ************************************************** > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
