Hi all, I have two questions... both somewhat regarding KML files loading and the map loading in general.
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. 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: Before: <Placemark> <name>placemark 0</name> <visibility>1</visibility> <Style> <icon>root://icons/bitmap-4.png?x=32&y=0&w=32&h=32</icon> </Style> <Point> <coordinates>-111.96304,33.30521,0</coordinates> </Point> </Placemark> After: <Placemark> <name>56th Street and Chandler Boulevard</name> <visibility>1</visibility> <Style> <icon>root://icons/bitmap-4.png?x=32&y=0&w=32&h=32</icon> </Style> <Point> <coordinates>-111.96304,33.30521,0</coordinates> </Point> </Placemark> Any help is appreciated.. thanks in advance! ed.. thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
