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'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'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's specified in the mapfile.  Doesn't make any difference whether it's a raster or point layer.<br><br>Example REQUEST:<br>
<br>http://(our main site address)/cgi-bin/mapserv?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&FORMAT=image%2Fpng&MODE=map&MAP=wxmap%2Fglmpvis.map&LAYERS=mosaic&SRS=EPSG%3A3857&TRANSPARENT=TRUE&STYLES=&BBOX=-13807095.590531%203308267.5857033%20-12241665.251469%204482340.3400001&WIDTH=640&HEIGHT=480<br>
<br>First part of the mapfile:<br><br>MAP<br>   NAME "testgrib"<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'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't getting set correctly?  But, by all the output we'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>