wordpress-geo-mashup

Click on a marker to redirect user to a blog post

I'm using the following Wordpress and plugins combo. Wordpress 2.9.2 Geo Mashup 1.3.3 Geo Mashup Custom 1.0 What I want to achieve is when the user clicks on a marker it gets redirected to the blog post associated to it. I added the following code in my custom.js. GeoMashup.addAction('loadedMap', function( properties, marker ) { ...

Replace default marker on google geoxml map overlays?

I am pulling georss data from feeds and overlaying them onto my map with Google Maps Geoxml. How do I replace the default markers that appear on these map overlays? Currently they are default blue pins but I would like to remove and replace it with something more appropriate for my theme. I am working on a map for a Wordpress childtheme...