[OpenLayers-Users] OpenLayers, Geoserver and Projections.

Mike Adair madair at dmsolutions.ca
Fri Mar 26 09:40:34 EDT 2010


Yes the raster images would be re-projected on the server but for your 
coordinate display you will need a transformation (assuming a baselayer 
in EPSG:900913 and display projection in EPSG:25832)

Mike

Mapmaker wrote:
> Mike Adair wrote:
>   
>> Note also that the UTM transformations are not built into OpenLayers so 
>> you will also need to:
>> - include the Proj4js library in a script tag
>> - include the projection definition for EPSG:25832
>>
>> Proj4js.defs["EPSG:25832"] = "+proj=utm +zone=32 +ellps=GRS80 +units=m
>> +no_defs";
>>
>>     
> The reprojection should happen on the GeoServer end, so this shouldn't be an
> issue- no?
>
>   

-- 
   Michael Adair
   Senior Software Architect
   DM Solutions Group Inc.

   Office: (613) 565-5056 x26
   madair at dmsolutions.ca
   http://www.dmsolutions.ca
   http://research.dmsolutions.ca





More information about the Users mailing list