/ Published in: JavaScript
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
GeoMashup.addAction( 'marker', function( properties, marker ) { GeoMashup.showMarkerAttachments( marker ); }
URL: http://code.google.com/p/wordpress-geo-mashup