Hi,
I saw that there is a hook to change tooltip of markers :
http://www.wpgeo.com/documentation/hooks/filters/wpgeo_point_title
Is there a similar hook to alter the links (i'm look for a way to make some localisation only accessible to members)
Thank you very much
http://wordpress.org/extend/plugins/wp-geo/
Do you mean the link when you click on a marker?
These currently just use get_permalink() to get the URL of the post to link to.
Could you explain in more details how you want to customise them?
Just want to "remove" the link for "non members"
Can't think of an easy way to do this.
You would have to somehow unenqueue the wp-geo.js file and instead load a custom version of this file removing the following.
GEvent.addListener(marker, "click", wpgeo_markerClickHandler);
I'll see if I can make this easier in a future version.