[OpenLayers-Users] Write a KML file in proper projection.
Frost89
kristian_frost7 at hotmail.com
Mon Mar 15 10:22:21 EDT 2010
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.
More information about the Users
mailing list