On Sep 19, 7:28 am, donovan78 <[EMAIL PROTECTED]> wrote: > Hello ! I am trying works with Services > tutorial and tested this GeoXML source code > --http://code.google.com/apis/maps/documentation/examples/geoxml-kml.html > in my web server however it is not display > anything . The Mozilla Firebug > shows me this error: > "map has no properties > toggleMyKml()geoxml-kml.html (linha 26) > onclick(click clientX=0, clientY=0)pHDmeQLn...pIw%3D%3D (linha 2) > [Break on this error] > map.removeOverlay(geoXml);http://djalmabina.100webspace.net/googleMaps78/geoxml-kml.html > Line 26 ". > What is wrong ?
1. your "free" web host is hijacking the body onload event. 2. the kml needs to be defined with its full URL 3. http://djalmabina.100webspace.net/googleMaps78/cta.kml contains errors: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fdjalmabina.100webspace.net%2FgoogleMaps78%2Fcta.kml because your "free" host is modifying it. 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 -~----------~----~----~----~------~----~------~--~---
