noon wrote:
> I'm aware that it binds opening to the click function but I want to
> open without click.

I think you should modify the jmaps' addMarker function to pass the 
marker to the callback. It's probably meant to do that anyway :)

You can then just do something like:

function(marker) { GEvent.trigger(marker, "click"); }

as your callback.

Col

Reply via email to