OpenLayers OpenLayers

FlickrBrowse uses a custom WFS Feature:

http://labs.metacarta.com/flickrbrowse/

The class is here:

http://labs.metacarta.com/flickrbrowse/Flickr.js

Note that from processXMLNode, an 'icon' is returned:

icon: new OpenLayers.Icon("http://farm"+attrs.farm+".static.flickr.com/"+attrs.server+"/"+attrs.id+"_"+attrs.secret+"_s.jpg", new OpenLayers.Size(Math.max(25, (75-this.layer.markers.length*3)),Math.max(25, 75-this.layer.markers.length*3))), popupContentHTML: html, popupSize: new OpenLayers.Size(275, 220), id: null};

This Icon is used by the WFS class to display.