On Feb 23, 1:59 pm, Seb Ashton <[email protected]> wrote: > the map not displaying is common with the result i am getting on my > system...just with a different API key
Did you check the javascript errors? IE tells me: 'GLargMapControl' is not defined (spelling error...) Once I fix that, I see a map on a local copy of your map. You are creating 5 icons iconBlue, iconRed, iconYellow iconGreen and iconBlack; but only initializing iconRed (5 types). The API isn't happy with empty GIcons. If I create the icons like this iconXXX = new GIcon(G_DEFAULT_ICON), the problem becomes obvious... -- 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=en -~----------~----~----~----~------~----~------~--~---
