Perhaps you should edit &quot;OgcWmsService.config.awd&quot; in &quot;[MAGUIDEINSTALLDIR]\OSGeo\MapGuide\Server\Wms&quot;<br><br>There there is:<br><br><font size="1"><span style="font-family: courier new,monospace;"> &lt;Define item=&quot;SRS.WKT.map&quot;&gt;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  &lt;!-- This example fixes a problem with EPSG:21781 not         --&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">       finding the WKT for EPSG:21781 in the CS library. </span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">       --&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  &lt;translate from=&quot;EPSG:21781&quot;&gt;PROJCS[&quot;CH1903.LV03&quot;,GEOGCS[&quot;LLCH1903&quot;,DATUM[&quot;CH-1903&quot;,SPHEROID[&quot;BESSEL&quot;,6377397.155,299.15281535],TOWGS84[660.0770,13.5510,369.3440,0.804816,0.577692,0.952236,5.66000000]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[&quot;Degree&quot;,0.017453292519943295]],PROJECTION[&quot;Swiss_Oblique_Cylindrical&quot;],PARAMETER[&quot;central_meridian&quot;,7.43958333333333],PARAMETER[&quot;latitude_of_origin&quot;,46.95240555555556],PARAMETER[&quot;false_easting&quot;,600000.000],PARAMETER[&quot;false_northing&quot;,200000.000],UNIT[&quot;Meter&quot;,1.00000000000000],AXIS[&quot;Y&quot;,NORTH],AXIS[&quot;X&quot;,EAST]]&quot;&lt;/translate&gt;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;"> &lt;/Define&gt;</span><br style="font-family: courier new,monospace;"></font><br>I don&#39;t know if it must be replaced or you can just add something like (use 900913 or 3857, because 3785 is deprecated):<br>

<font size="1"><span style="font-family: courier new,monospace;"> &lt;translate from=&quot;EPSG:900913&quot;&gt;</span></font><font size="1"><span style="font-family: courier new,monospace;">PROJCS[&quot;WORLD-MERCATOR&quot;,GEOGCS[&quot;LL84&quot;,DATUM[&quot;WGS84&quot;,SPHEROID[&quot;WGS84&quot;,6378137.000,298.25722293]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[&quot;Degree&quot;,0.017453292519943295]],PROJECTION[&quot;Mercator_2SP&quot;],PARAMETER[&quot;false_easting&quot;,0.000],PARAMETER[&quot;false_northing&quot;,0.000],PARAMETER[&quot;standard_parallel_1&quot;,0.00000000000000],PARAMETER[&quot;central_meridian&quot;,0.00000000000000],UNIT[&quot;Meter&quot;,1.00000000000000]]&lt;/translate&gt;</span></font><br>

<br>I don&#39;t use MapGuide as as WMS, so you should try by yourself.<br><br>Pietro Ianniello<br>