<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote">Hello <br><br><div class="gmail_quote">
i try to make WebMapping with mapserver/Openlayer<br><br>i meet some trouble with projection and extent  because i have blank map in Qgis request <br>it is working on SIS cardcorp <br>
<br>
<b>with getmap request </b><br><a href="http://geomap/cgi-bin/mapserv?map=/var/www/geomod/test.map&amp;SERVICE=WMS&amp;VERSION=" target="_blank">http://geomap/cgi-bin/mapserv?map=/var/www/geomod/test.map&amp;SERVICE=WMS&amp;VERSION=</a><b>1.1.1</b>&amp;REQUEST=GetMap&amp;LAYERS=Parcelles :<br>


&lt;ServiceExceptionReport version=&quot;1.1.1&quot;&gt;−<br>&lt;ServiceException code=&quot;MissingParameterValue&quot;&gt;<br>msWMSLoadGetMapParams(): WMS server error. <b>Missing required parameter SRS</b><br>&lt;/ServiceException&gt;<br>


&lt;/ServiceExceptionReport&gt;<br><br><a href="http://geomap/cgi-bin/mapserv?map=/var/www/geomod/test.map&amp;SERVICE=WMS&amp;VERSION=" target="_blank">http://geomap/cgi-bin/mapserv?map=/var/www/geomod/test.map&amp;SERVICE=WMS&amp;VERSION=</a><b>1.3.0</b>&amp;REQUEST=GetMap&amp;LAYERS=Parcelles :<br>


&lt;ServiceExceptionReport version=&quot;1.3.0&quot; xsi:schemaLocation=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a> <a href="http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd" target="_blank">http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd</a>&quot;&gt;−<br>


&lt;ServiceException code=&quot;MissingParameterValue&quot;&gt;<br>msWMSLoadGetMapParams(): WMS server error. <b>Missing required parameter CRS</b><br>&lt;/ServiceException&gt;<br>&lt;/ServiceExceptionReport&gt;<br><br><br>


<br><b>in openlayer:</b><div><br>WMS server error Invalid Layer(s) given in LAYER parameter <br>
<br></div>May be i forgot somthing to define in my web or layer Object ? <br><br><b>This is ma web object </b><br> WEB<br>        MINSCALEDENOM 1000<br>        MAXSCALEDENOM 1550000<br><br>        #Modifier cette ligne selon votre installation<br>


        IMAGEPATH &quot;/var/www/geomod/tmp/&quot;<br>        IMAGEURL &quot;./tmp/&quot;<br>        METADATA<br>        WMS_TITLE &quot;WMS Geomod default Title &quot;<br>        WMS_ABSTRACT &quot;Wms Geomod default Description &quot;<br>


        WMS_ACCESSCONSTRAINTS &quot;None&quot;<br><br>        #Modifier cette ligne selon votre installation<br>        WMS_ONLINERESOURCE &quot;<a href="http://192.168.12.109/cgi-bin/mapserv?map=/var/www/geomod/test.map" target="_blank">http://192.168.12.109/cgi-bin/mapserv?map=/var/www/geomod/test.map</a>&quot;<div>

<br>
        &quot;WMS_SRS&quot; &quot;EPSG:27572&quot;<br>        END<br></div>        LOG &quot;./tmp/web.log&quot;<br>END #WEB<div><br><br><b>this is my  layer  </b><br><br>LAYER<br>        NAME &quot;Parcelles&quot;<br>
        DATA &quot;parcelles.shp&quot;<br>
        TYPE POLYGON<br>PROJECTION<br>        &quot;init=EPSG:27572&quot;<br>
END #Projection<br>        METADATA<br>        WMS_TITLE &quot;Parcelles&quot;<br>        &quot;WMS_SRS&quot; &quot;EPSG:27572&quot;<br>        END<br>CLASS<br>NAME &quot;Parcelles&quot;<br>        STYLE<br>        SYMBOL 0<br>



        SIZE 2<br>        OUTLINECOLOR 0 0 0<br>        COLOR 255 255 0<br>        END<br>        END<br>END #Layer<br><br>
</div></div>thanks for your help <br>
</div><br>
<br></blockquote></div><br>