I've been experimenting http://people.cti.asu.edu/vanfleet/history/time-test-2013.htm
but it still doesn't load my xml file On Sun, May 19, 2013 at 9:49 AM, jjon <[email protected]> wrote: > Dear Jörn, > > This works for me: > http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js > > Using it does, however, load the ajax 2.2.1 library by default: > http://api.simile-widgets.org/ajax/2.2.1/simile-ajax-bundle.js > > Where there is also a version 2.2.3 at http://api.simile-widgets.org/ajax: > http://api.simile-widgets.org/ajax/2.2.3/simile-ajax-api.js > > This appears to be because the location of > http://api.simile-widgets.org/ajax/2.2.1 is hard coded in line 257 > http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js like this: > > var url = useLocalResources ? > " > http://127.0.0.1:9999/ajax/api/simile-ajax-api.js?bundle=false" : > "http://api.simile-widgets.org/ajax/2.2.1/simile-ajax-api.js"; > > best, > Jon > > On Sunday, May 19, 2013 6:12:03 AM UTC-7, Jörn Clausen wrote: > >> Hello David! >> >> Can you tell us what kind of misconfiguration that was? I.e., what >> name should resolve to what, and eventually what was the wrong >> resolution? >> >> So far, my mashup still does not work, and the one mentioned by David >> Van Fleet also does not work for me. When loading his page at >> http://people.cti.asu.edu/**vanfleet/history/mgt_timeline.**htm<http://people.cti.asu.edu/vanfleet/history/mgt_timeline.htm>, >> this URL >> >> http://static.simile.mit.edu/**timeline/api-2.3.0/timeline-** >> api.js?bundle=true<http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true> >> >> is not found. In my case, loading >> http://static.simile.mit.edu/**timeline/api/timeline-api.js<http://static.simile.mit.edu/timeline/api/timeline-api.js>still >> is >> followed by access to >> >> http://api.simile-widgets.org/**ajax/2.2.1/simile-ajax-api.js<http://api.simile-widgets.org/ajax/2.2.1/simile-ajax-api.js> >> http://api.simile-widgets.org/**ajax/2.2.1/simile-ajax-bundle.**js<http://api.simile-widgets.org/ajax/2.2.1/simile-ajax-bundle.js> >> >> and so on, i.e. I get the wrong version. >> >> The main reason I haven't switched to a more recent version of >> Timeline is this code fragment: >> >> Timeline.DurationEventPainter.**prototype._showBubble = function(x, >> y, evt) { >> GEvent.trigger(evt.marker, 'click'); >> map.panTo(evt.marker.getPoint(**)); >> } >> >> where I redirect a click on an object in the timeline to trigger a >> Google Maps event. If somebody can tell me how to do this in a more >> recent version of Timeline, I would try to update my mashup. And yes, >> I know should switch to Timemap.js instead... >> >> Joern >> >> >> On Fri, May 17, 2013 at 8:32 PM, David Karger <[email protected]> wrote: >> > The problem people have encountered with script loads was traced to a >> DNS >> > misconfiguration that was fixed this morning. Most of you should now >> see >> > things working again; some of you may need to wait a little bit longer >> for >> > DNS propagation to happen. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "SIMILE Widgets" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to simile-widget...@**googlegroups.com. >> > To post to this group, send email to simile-...@googlegroups.**com. >> > Visit this group at http://groups.google.com/** >> group/simile-widgets?hl=en<http://groups.google.com/group/simile-widgets?hl=en>. >> >> > For more options, visit >> > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>. >> >> > >> > >> >> >> >> -- >> Joern Clausen >> http://thebloeg.blogspot.com/ >> http://www.oe-files.de/**photography/<http://www.oe-files.de/photography/> >> > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/simile-widgets?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
