On Aug 8, 7:02 pm, madmaze <[email protected]> wrote: > So Im working on plotting paths on a map and the goal is to have each > starting point, the greencircle, to have a popup(infowindow) display > the path's name. > > The problem is when i have a popup open, I cannot select any of the > other markers in a seemingly square box around the popup.
You are using custom markers. You need to completely define them. See: http://econym.org.uk/gmap/custom.htm and http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GIcon (pay attention to the clickable area definitions for the different browsers) -- Larry > > see screenshot:http://matthiaslee.com/testmap/popup/Screenshot-1.png > > Im not sure what i can be... anyone have any suggestions? > > http://matthiaslee.com/testmap/popup/index.html > to plot the paths hover over the OK button and a AJAX call will fire > off in the background > > Thanks, > > Matthias -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
