Hi!<br>I'm working in a WMS service, and I would like to know if it is possible to implement a custom PROJECTION object.<br><br>I try to put a ESPG code, and It's OK, but my data have a particular ESRI projection:<br>
<br>In ESRIWKT Format it's:<br><br>PROJCS ["NTF_Lambert_II_étendu",<br>GEOGCS["GCS_NTF",<br>       DATUM["D_NTF",<br>            SPHEROID["Clarke_1880_IGN",6378249.2,293.46602]],<br>
            PRIMEM["Greenwich",0.0],<br>            UNIT["Degree",0.0174532925199433]],<br>            PROJECTION["Lambert_Conformal_Conic"],<br>            PARAMETER["False_Easting",600000.0],<br>
            PARAMETER["False_Northing",2200000.0],<br>            PARAMETER["Central_Meridian",2.3372291667],<br>            PARAMETER["Standard_Parallel_1",45.8989188889],<br>            PARAMETER["Standard_Parallel_2",47.6960144444],<br>
            PARAMETER["Scale_Factor",1.0],<br>            PARAMETER["Latitude_Of_Origin",46.8],<br>            UNIT["Meter",1.0]]<br><br>And the parameter of PRIMEM it's not like EPSG codes.<br>
<br>I read the <span class="contenttype-document"><a href="http://mapserver.gis.umn.edu/development/rfc/ms-rfc-37/?searchterm=Custom%20projection" class="state-visible visualIconPadding">MS RFC 37: MapServer Spatial Reference Improvements and Additions</a>, and I don't know if it is implemented.<br>
All suggestions are Welcomed, only one detail -> "I couldn't change the layers projection I don't have this possibility "<br>Thanks<br><br></span>