Hi, Larry.

Why is invalid?

Before i try to test:

GEvent.addListener(kmls[1],'load',function() { 
alert(kmls[1].loadedCorrectly() })
and it shows true....

What element is null? kmls[1] ?

Any proposal of change in the code?

Thanks!


----- Original Message ----- 
From: <[email protected]>
To: "Google Maps API" <[email protected]>
Sent: Monday, May 11, 2009 11:21 PM
Subject: Re: GGEOXML doesn't show kml



On May 11, 12:57 pm, "Google Services, JOIN Internet Solutions"
<[email protected]> wrote:
> Hi!
> Now the kml is valid, but it shows the same error:
>
> "this.sh is nul....."

This is invalid syntax:
GEvent.addListener( kmls[1], 'load',addMarkerPoint
(-0.3722,42.52013,52,nom1,1));

It executes addMarker(...) and uses the return value (null) as the
function pointer for when the 'load' event fires...


   -- Larry


>
> Thanks!
>
> ----- Original Message -----
> From: "Mike Williams" <[email protected]>
> To: <[email protected]>
> Sent: Monday, May 11, 2009 9:23 PM
> Subject: Re: GGEOXML doesn't show kml
>
> >http://mapes.bicisprint.com/recursos/jsp/mapServer.jsp?function=getKm...
> > ById&id=52 could not be displayed because it is not a valid KML or KMZ
> > file.
>
> > You can check it at the KML Validator:
>
> >http://www.kmlvalidator.com/home.htm
>
> > --
> >http://econym.org.uk/gmap
> > The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to