On Sep 2, 6:48 pm, "unm...@sadakmap" <[email protected]> wrote: > We are running into this as well - I find that not specifying an icon > helps fix this - not a great workaround but enough to continue with > our development. > i.e. try changing > new GMarker(parkingPointClosest,{title:mapinfo[0],icon:icons > ["Parking"]}); > to > new GMarker(parkingPointClosest,{title:mapinfo[0]});
This normally means that a custom marker is not defined correctly. If an infoWindow opens in IE but not Firefox -- or vice-versa -- then investigate the clickability properties .transparent (for IE) and .imageMap (for FF). Given Marcelo's experience I haven't tried the Cornell page. Was that code snippet a quote from it? Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
