On Apr 1, 5:27 am, Michael <[email protected]> wrote:

> Thanks a lot for your response Rossko, so the kml file has to be
> publicly available?  Is there a configuration setting to make that
> happen within the kml file?

It's not within the KML file itself, it's a question of its
availability via the web. GGeoXml serves the KML file via Google's
servers, so if they can't access the file, neither can your map. This
is why Ross was pointing out that 
http://iongeo.com/aram_test_dev/ion_acquired_spans.kml
is returning a 404. That file needs to be on your web server, and it
doesn't appear to be.

As for showing KML on the Earth view, that should work when the file
is accessible. However, it might need to be done ion the right order;
try putting map.setMapType(G_SATELLITE_3D_MAP) after map.addOverlay
(kml). For a working example, you could look at
http://sterlingudell.com/bgmm/chapter_04/listing_04_13.html - the
campgrounds are KML-based, and they're still visible if you select the
Earth maptype.

String


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