[OpenLayers-Users] Transform WMS/WFS Layer from one projection to other projection

Mustafa646 noorcs22 at gmail.com
Wed Aug 10 11:18:52 EDT 2011


So far, we can transform a point from one projection to an other projection
like below:

var point = new OpenLayers.LonLat(13.01956, 55.59735); 
var pt = point.transform(new OpenLayers.Projection("EPSG:4326"), new
OpenLayers.Projection("EPSG:3008"));

Is it possible to transform a WMS/WFS Layer (shapefile) from one projection
to another projection ?

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Transform-WMS-WFS-Layer-from-one-projection-to-other-projection-tp6672793p6672793.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list