Hi!<br>I&#39;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&#39;s OK, but my data have a particular ESRI projection:<br>
<br>In ESRIWKT Format it&#39;s:<br><br>PROJCS [&quot;NTF_Lambert_II_étendu&quot;,<br>GEOGCS[&quot;GCS_NTF&quot;,<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DATUM[&quot;D_NTF&quot;,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SPHEROID[&quot;Clarke_1880_IGN&quot;,6378249.2,293.46602]],<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0.0],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UNIT[&quot;Degree&quot;,0.0174532925199433]],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PROJECTION[&quot;Lambert_Conformal_Conic&quot;],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;False_Easting&quot;,600000.0],<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;False_Northing&quot;,2200000.0],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;Central_Meridian&quot;,2.3372291667],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;Standard_Parallel_1&quot;,45.8989188889],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;Standard_Parallel_2&quot;,47.6960144444],<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;Scale_Factor&quot;,1.0],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARAMETER[&quot;Latitude_Of_Origin&quot;,46.8],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UNIT[&quot;Meter&quot;,1.0]]<br><br>And the parameter of PRIMEM it&#39;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&#39;t know if it is implemented.<br>
All suggestions are Welcomed, only one detail -&gt; &quot;I couldn&#39;t change the layers projection I don&#39;t have this possibility &quot;<br>Thanks<br><br></span>