On Nov 9, 3:46 pm, Nancy_Perplexed <[email protected]> wrote: > Hi > > http://www.tocondominiums.ca/indexnew.htm > > I have been able to build a set of polygons, and then placed markers > (with personalised icons) within the polygon that are visible on zoom > 15-17. each marker is to have an infowindow open upon click. I have > created a marker manager and I believe I am missing something because > everything seems fine but when I click on the either of the two > markers I have made, the infowindow opens over the 2nd marker I made. > THis happens when I clik on either Icon. The code I think is in > question is between lines 231 - 275 ... hoping the problem is coder > error and not a functionality issue. > > Any help is greatly appreciated.
Where are the markers that you are having trouble with? How do we find them? I find navigating the map counter-intuitive. Anyway, I suspect your problem is pitfall number #3 on Mike Williams' tutorial: Part 1 Markers with info windows http://econym.org.uk/gmap/basic1.htm You have "unrolled" the createMarker function. -- Larry -- 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=.
