Why are you calling GUnload() before you create the map?
function loadMap()
{
GUnload();
...
Remove that call to GUnload() and it all works as expected.
GUnload is to be used when you unload the page, ie:
window.onunload = GUnload;
--
Marcelo - http://maps.forum.nu
--
On Aug 28, 10:02 am, Milred <[email protected]> wrote:
> Thanks for your answer, but no, converting the coords to float did'nt
> do the trick.
> I created a simpler page to get rid of all the other code that might
> create confusion.
>
> Anyone else care to give it a try?http://www.milred.se/polytest.html
>
> On 21 Aug, 17:49, Rossko <[email protected]> wrote:
>
> > > What am I doing wrong? Thanks in advance
>
> > I would suspect the use of strings for poly-coordinates might
> > contribute. See -
> > http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---