I'm new to OpenLayers and am trying to figure out the basics.  I currently
have OpenLayers displaying Google Maps data and it works fine.  I can even
draw vector paths on my map.

My question is how do I return the vector line data as KML?

I'm aware of code similar to this:

var format = new OpenLayers.Format.KML();
format.write(features);

How do I get the features array from my drawn vectors?  I have been
searching on Google for an hour and am at the mercy of the forum :p  What I
could find was either too vague or too detailed.

Thanks!
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Simple-KML-question-tp5736811p5736811.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to