I am working on developing a demo for my company using the Google Map
API v2.  Some of the data available via the demo is in kmz format and
hosted on a public server.  For the last 2 months I have been using
GGeoXml successfully to display the kmz data on the map.

ex)
geoXml = new GGeoXml("http://gmapssamples.googlecode.com/svn/trunk/
ggeoxml/cta.kml");

However, when I started the demo this morning, 5 out of the 15 kmz
files no longer displayed on the map.

Nothing in my code has changed and I have verified that all kmz files
hosted on our server are still publically accessible, as I know that
is a prerequisite for the GGeoXml parser to work correctly.

I am certain that the data is causing the problem and not my code
because I attempted to display one of the kmz files by pasting a link
to the file in the search box on maps.google.com.  When I did this,
the kmz file loaded but nothing was displayed.

For those who wish to repeat what I tested, I have included a link
below to the sample kmz file.  If you paste the link into the search
box on maps.google.com you will notice that all placemarks load with
checkboxes but nothing is actually visible on the map.  Even the info
windows seem to work for the data if you happen to click a location
where a marker should be visible.

Address to sample kmz file.
http://tinyurl.com/49s8pjb

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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