Now I'm trying to do it like this:
Proj4js.defs["EPSG:25832"] = "+proj=utm +zone=32 +ellps=GRS80 +units=m
+no_defs";
  var format = new OpenLayers.Format.KML({
  externalProjection: new OpenLayers.Projection("EPSG:4326"),
  internalProjection: new OpenLayers.Projection("ESPG:25832")
});
But still no go. It's still saving my vectordata in EPSG:25832.
-- 
View this message in context: 
http://n2.nabble.com/Write-a-KML-file-in-proper-projection-tp4736343p4737225.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