Hi Derek,
there is no way to use KML data on client side.
As well explained in this thread:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/54a98950146695a2/7bd8664f534444bc
the KML content must be processed by google servers and what gets back
to the client is just rendered images.
Your solution (to post data from client to server and then pull them
back) is not ideal but indeed is the only possible one.

Regards, Davide


On 29 Giu, 19:16, Derek Nelson <[email protected]> wrote:
> Hello everyone, I would like to be able to create KML data from the v3
> API and post that data to our server. However I have only seen a way
> to receive KML data with the v3 API--is KML creation even possible?
>
> Right now my approach is to use a KML creation UI (external to the
> maps API), and after the KML data has been posted to our server,
> refresh the map and pull down the new KML data. This approach is not
> ideal; I would much rather create this data with the maps API. Any
> insight is greatly appreciated!
>
> Derek

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to