[OpenLayers-Users] Coordinates systems transformations?

Andrea Maschio andrea.maschio at gmail.com
Tue Feb 12 19:31:29 EST 2008


Hi all, I suppose that the method Bounds.transform(ProjA, ProjB)  
should transform the coordinates between differents EPSG codes.

Now I was trying this:

	    var p = bounds
             console.log(p)
             p = bounds.transform(new OpenLayers.Projection("EPSG: 
900913"), new OpenLayers.Projection("EPSG:3003"))
             console.log(p)

But p has always the same coords. Btw I am working in a projected  
layer (projected from 3003 to 900913) and my wfs layers are ok, but  
being my coords in the Gauss Boaga metric system, I cannot get them  
correctly trying for example a GetFeatureInfo call using a BBOX.

Shall I perform a linear translation of the coordinates?

Thanks



Andrea Maschio
http://www.superandrew.it




More information about the Users mailing list