On Feb 7, 3:36 pm, David Roberts <[email protected]> wrote: > On Feb 7, 4:45 pm, "[email protected]" <[email protected]> > wrote: > > On Feb 7, 12:50 pm, David Roberts <[email protected]> wrote: > > > > 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 > > > That file is not accessible to me. > > > -- Larry > > Try http://houston.resdat.com:3000/mapit/Data/golf.kmz
Must be a firewall thing. I can see the problem when I load it in maps.google.com I suspect it has to do with the embedded icon. Have you tried using an externally available one? You sure you haven't changed the way your kml references the icon? Do you have a sample of one that works? -- Larry - Hide quoted text - > > - Show quoted text - -- 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.
