Not sure if this helps;

I've never used a RichMarker, but I once ran into a clicking issue
with a custom overlay and SVG, where mouse events weren't dispatching.
The fix turned out to attach the overlay to a different MapPane (Map
panes described and enumerated here:
http://code.google.com/apis/maps/documentation/javascript/overlays.html#Initializing).
The map pane that worked: MapPanes.overlayMouseTarget.

All of this info applies to you only if RichMarker lets you somehow
specify the MapPane of the marker. If not, then it's no help.

On Jun 13, 4:40 pm, Gary B <gbadd...@gmail.com> wrote:
> Hi,
> I wanted to use an svg for my marker and found that I could do it with
> RichMarker, and that works great. Thanks 
> tohttp://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...
> My problem started when I wanted to add a click event to the marker.
> If the marker content is a png the click happens, but when it is an
> svg it does not. I'm sure someone has used svg as a marker before, has
> anyone tried (and succeeded) adding a click (or really any event) to
> such a marker?
>
> Thanks,
> Gary

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to