I've made a jsp that should draw points from input, code snippet: http://pastebin.com/m3339238e
I call functions like this: <body onload="initialize(); drawPoints();" onunload="GUnload()"> and while points are drawn properly, there is no control (GLargeMapControl or GMapTypeControl) at all. Interrestingly if I add then after map.addOverlay(marker); in drawPoint() function, they will show up. Is it possible to add it just one time, because I'll implement more than just one function later and multiplying code in each function is not really a proper way to do it. FireBug doesn't show any errors and I'm not really a javascript programmer. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
