Hi list!<br><br>We have MapServer 6.0.1 installed on our Linux system (CentOS 5.7) and have encountered an issue where the WMS options (i.e. BBOX, HEIGHT, WIDTH) seem to be ignored for a GetMap request.  I have checked options for and output from running the configure script for building the executable.  The --with-proj and --with-wms options are specified (though one shouldn&#39;t need it if --with-proj is there correctly).  Output from running the configure script indicates that the<span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:small;display:inline!important;float:none"><span class="Apple-converted-space"> </span>-DUSE_WMS_SVR compiler switch was on when compiling the mapwms.c code, which is where that becomes important.  I examined that code and it&#39;s here that MapServer first uses the extents in the mapfile as defaults but then adjusts that based on the BBOX, HEIGHT, and WIDTH options in the GetMap request.  Running -v on the resulting executable also indicates </span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);display:inline!important;float:none">SUPPORTS=WMS_SE</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);display:inline!important;float:none">RVER.  <br>
<br>The call to MapServer does produce an image but for the entire EXTENT of the data that&#39;s specified in the mapfile.  Doesn&#39;t make any difference whether it&#39;s a raster or point layer.<br><br>Example REQUEST:<br>
<br>http://(our main site address)/cgi-bin/mapserv?REQUEST=GetMap&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;FORMAT=image%2Fpng&amp;MODE=map&amp;MAP=wxmap%2Fglmpvis.map&amp;LAYERS=mosaic&amp;SRS=EPSG%3A3857&amp;TRANSPARENT=TRUE&amp;STYLES=&amp;BBOX=-13807095.590531%203308267.5857033%20-12241665.251469%204482340.3400001&amp;WIDTH=640&amp;HEIGHT=480<br>
<br>First part of the mapfile:<br><br>MAP<br>   NAME &quot;testgrib&quot;<br>   IMAGETYPE     PNG<br>   EXTENT           -14000000 3000000 -7000000 7000000<br><br>As you can see, the EXTENT in the mapfile are different than the BBOX values.  When I put the BBOX values in the EXTENT area in the mapfile, the image lines up with the map background as it should.<br>
<br>So for some reason, it appears that something isn&#39;t being set correctly to allow our MapServer to accept standard WMS options.  Perhaps somehow, this value of USE_WMS_SVR in mapwms.c isn&#39;t getting set correctly?  But, by all the output we&#39;ve checked, it looks like MapServer gets built correctly and to enable it as a WMS server.  <br>
<br>Anyone else with a similar issue or somewhere else we should check for a problem?<br><br>Thanks for any help!<br><br>Dave M<br></span>