> I am planning to use the fetchKML api from google earth to modify kml
> on the fly, but to display the kml in Google Map API. Meaning I am
> calling the Google Map API to display the kml, but before displaying
> i would edit the kml using fetchKML before parsing to Google Map. Any
> suggestion on that?

Yup, don't do it.

If you're planning on using the 'official' GGeoXml mechanism to
display KML  on the map, it requires the KML file (or dynamic feed) to
be at a publically accessible URL.  Difficult to arrange if you are
modifying the KML at the client.

If yo're planning to use one of the third-party client-side KML
parsers, you can use and/or modify them as they are to override KML
styles without loading anything else.

-- 
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.

Reply via email to