On Thu, Sep 18, 2008 at 08:27:50AM -0700, crinolium wrote: > > I want to use Flickr with OpenLayers. I found the Flickr.js-File. But I don't > know how to use it. Is there an example, documentation or wiki anywhere? Or > where can I find information about it? > > What's the xmlNode-parameter, which I need for the constructor? Where can I > get it?
OpenLayers does not distribute a Flickr.js file. It seems likely that you want a more modern example than the one you're reading: http://openlayers.org/dev/examples/strategy-cluster.html Reads data from FeatureServer, displays flickr photo clusters on the map http://openlayers.org/dev/examples/georss-flickr.html Reads from a flickr RSS feed, and displays photos on the map. Both of these are fine examples to get started with for working with flickr. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
