First things is when doing things with javascript is to use a debugger tool. Firebug firefox extension is great, and the built in developer console in Chrome/Chromium will also give you an advantage.
using these we can see that theres an error: Cannot set property 'innerHTML' of null at line 151 it's looking for a div with the id of "output" so stick <div id="output"></output> in, or delete line 151 thats giving the error. hope that helps. tim 2010/1/11 maning sambale <[email protected]>: > Hi, > > Forwarding this openlayers inquiry to OSM list. Perhaps others can > help this mapper (me) who know very little javascript code. > > > ---------- Forwarded message ---------- > From: maning sambale <[email protected]> > Date: Mon, Jan 11, 2010 at 11:18 AM > Subject: cannot load flickr photo kml in openlayers > To: OpenLayers-Users <[email protected]> > > > Hi, > > I am assisting a webmapping app for a walking expedition to raise > funds for cancer victims. > www.stepjuan.com/ > > The map shows the route and current location of the expedition. > http://www.stepjuan.com/map.html > > I am planning to add geocoded photos from a flickr set I created. > Following this map: > http://tlatet.blogspot.com/2010/01/flickr-set-on-osm-cycle-map.html > > I simply copy pasted his javascript into my existing code: > http://stepjuan.com/routes/webmap_photos.html > > But it doesn't work. Right-click "View source" to see the javascript. > > > -- > cheers, > maning > ------------------------------------------------------ > "Freedom is still the most radical idea of all" -N.Branden > wiki: http://esambale.wikispaces.com/ > blog: http://epsg4253.wordpress.com/ > ------------------------------------------------------ > > > > -- > cheers, > maning > ------------------------------------------------------ > "Freedom is still the most radical idea of all" -N.Branden > wiki: http://esambale.wikispaces.com/ > blog: http://epsg4253.wordpress.com/ > ------------------------------------------------------ > > _______________________________________________ > talk mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/talk > _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

