[OpenLayers-Users] How do I transform deg decimal to TransverseMercator projection NAD27

Joel joel at srcti.com
Wed Feb 17 14:11:05 EST 2010


Hi -

Used: 

src = new OpenLayers.Projection('EPSG:4326');
dest = new OpenLayers.Projection('EPSG:2193');

For -87.66646666666666,41.90336666666667

I tried it and it gives me:

from WGS84:444721.56582364725,4639284.90907464

instead of  1160049.27959, 1912889.44114

What projections should I use for my data???

I am using:


                var bounds = new OpenLayers.Bounds(
                    1059161.886961375, 1799425.612618936,
                    1217175.2129157984, 1966132.2372266736
                );
With projection: "EPSG:26771",

instead instead of the normal 
EPSG:2193 Projected Bounds: 267699.6323, 5098206.2404, 732300.3677,
6305600.2275

EPSG:26771 Projected Bounds:226459.7115, 122422.1778, 743362.6170,
2126155.5095


- Joel

-- 
View this message in context: http://n2.nabble.com/How-do-I-transform-deg-decimal-to-Transverse-Mercator-projection-NAD27-tp4581461p4587905.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.



More information about the Users mailing list