On Sep 17, 4:32 pm, msaz87 <[EMAIL PROTECTED]> wrote: > Sorry about the lack of links... > > I can't provide a direct link to the map load error
Why not? Are you violating the terms of use? > but I have included a screenshot:http://matt-stone.com/examples/example.JPG > > As for the KML files, here are links to the good ones and bad ones: Chrome/Opera > > Good:http://matt-stone.com/examples/chandler2.kml > Bad:http://matt-stone.com/examples/chandler.kml Your domain name redirection is putting those files inside a frameset... Both http://matt-stone.com/examples/chandler2.kml and http://matt-stone.com/examples/chandler2.kml don't work in Google Maps: http://matt-stone.com/examples/chandler2.kml. could not be displayed because it is not a valid KML or KMZ file. http://matt-stone.com/examples/chandler.kml. could not be displayed because it is not a valid KML or KMZ file. These are the direct URLs http://www.public.asu.edu/~mgstone1/examples/chandler.kml Gives me an error in Google Maps: http://www.public.asu.edu/~mgstone1/examples/chandler.kml could not be displayed because it contains errors http://www.public.asu.edu/~mgstone1/examples/chandler2.kml works in Google Maps > > Good:http://matt-stone.com/examples/scottsdale2.kml > Bad:http://matt-stone.com/examples/scottsdale.kml > > Hopefully this helps.. if not, I can try to deliver another example > somehow... thanks again > > On Sep 17, 5:13 am, "warden [Andrew Leach - Maps API Guru]" > > <[EMAIL PROTECTED]> wrote: > > On Sep 17, 11:11 am, msaz87 <[EMAIL PROTECTED]> wrote: > > > > 1. I'm using an API map that loads several KML files in a user page... > > > there's multiple pages of content in the user interface and they're > > > called via ajax -- including the map. The problem is, when you first > > > click and bring up the map content, portions of it are grayed out and > > > none of the KML files load. If you hit refresh, they all come up and > > > the map works just dandy. > > > Portions of *what* are greyed out? The map itself? This is one of the > > reasons why the posting > > guidlineshttp://groups.google.com/group/Google-Maps-API/web/suggested-posting-... > > ask for a link. > > > > 2. I used a KML generator to produce my KML files and then simply > > > inputted new <name> tags... for most of these, it worked fine, but for > > > a few, when I replace the content of the tags, the KML files no longer > > > want to work. I upload the original and it loads again. Here's an > > > example of a placemark before and after: > > > Is the "After" example one which doesn't work? Again, a link would be > > more useful. I suspect that you are including invalid characters in > > your KML: it needs to be valid XML, and a character like & which isn't > > encoded as & will invalidate it. > > > Please supply a link to an example where we can see it go wrong like > > you see it. > > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
