/ Published in: JavaScript
URL: http://code.google.com/p/wordpress-geo-mashup
By default KML is only loaded for a selected marker. This bit of custom javascript will load it for all markers.
Expand |
Embed | Plain Text
GeoMashup.addAction( 'marker', function( properties, marker ) { GeoMashup.showMarkerAttachments( marker ); }
You need to login to post a comment.
