/**
 * GeoMashup customization example
 * 
 * The filename must be custom.js for customizations to take effect.
 * You can edit the example and delete customizations you don't want.
 * If you know javascript, you can add your own customizations.
 *
 * The old custom-marker.js from pre 1.0 versions of Geo Mashup is no longer used.
 */

function customizeGeoMashup(mashup) {
	/*var geoXmlFlickr;
	geoXmlFlickr = new GGeoXml("http://api.flickr.com/services/feeds/geo/?id=52871638@N00&lang=en-us&format=kml_nl");
	GeoMashup.map.addOverlay(geoXmlFlickr);*/
}

