Return to Snippet

Revision: 56515
at April 1, 2012 10:43 by cyberhobo


Initial Code
GeoMashup.addAction( 'marker', function( properties, marker ) {
	GeoMashup.showMarkerAttachments( marker );
}

Initial URL
http://code.google.com/p/wordpress-geo-mashup

Initial Description
By default KML is only loaded for a selected marker. This bit of  [custom javascript](http://code.google.com/p/wordpress-geo-mashup/wiki/Documentation#Custom_JavaScript) will load it for all markers.

Initial Title
Load KML attachments for all geo mashup map markers

Initial Tags


Initial Language
JavaScript