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 guidlines http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines 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 -~----------~----~----~----~------~----~------~--~---
