Hi all.

I have a vectorlayer with a drawFeature control.
When a user has drawn something onto the layer I use the following code to
get the KML:
        var format = new OpenLayers.Format.KML();
        var markup = format.write(redliningLayer.features);
Now, this KML is using my baselayers projection (EPSG:25832) which is pretty
useless if I try to render it in eg. Google Earth.
Is it possible to save KML in another projection than the baselayer?
-- 
View this message in context: 
http://n2.nabble.com/Write-a-KML-file-in-proper-projection-tp4736343p4736343.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to