On May 18, 12:56 pm, Sam-MPA <[email protected]> wrote: > Hello- > > I'm a newbie to java, and the google maps api.
the Google Maps API is javascript and html... > > I have created two different maps that pull their info from a > database: > > http://sme.peacebabyusa.net/pbusa-website/ > > http://sme.peacebabyusa.net/locator-test/ Neither page works in IE6. Have you checked your javascript errors? -- Larry > > I would like to add the "toggle" and custom icon functionality from > the first map, to the second map. I have added most of the coding, but > when I change: > > var marker = new GMarker(point); > > to > > var marker = new GMarker(point, customIcons[type]); > markerGroups[type].push(marker); > > ...the points, and the sidebar disappear. > > Any help with this would be much appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
