<div class="gmail_quote">2012/3/6 teknocreator <span dir="ltr"><<a href="mailto:teknocreator@gmail.com">teknocreator@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[SOLVED]<br>
<br>
Thanks for the replies, but first I apologize to Arman for not including the<br>
commas in the BBOX request line.  I was looking at the mapserver C code and<br>
it's actually setup to handle either commas or spaces in the BBOX= option.<br>
So it looks like I cut and pasted by attempt without commas here.  My<br>
initial attempts were with the commas and those also failed.<br>
<br>
As to the second reply by Mike Smith of not using the "mode=map"...okay, I<br>
see in the doc that it shouldn't be included in a WMS call.  I tried that<br>
for one of the point layers we've defined and it worked!!  THANKS for<br>
getting me further here!!<br>
<br>
But the reason that I had it in there is that I had tried removing<br>
"mode=map" with a raster layer that I'm also attempting to query.  When I<br>
tried to remove the "mode=map" there, I received an error:<br>
<br>
<ServiceExceptionReport version="1.1.1"><br>
<ServiceException code="InvalidSRS"><br>
msWMSLoadGetMapParams(): WMS server error. Invalid SRS given : SRS must be<br>
valid for all requested layers.<br>
<br></blockquote><div><br>Hi, <br><br>I have a similar issue with wms request from QGis, I've removed adding wms_srs to each layer in the form of <br>"wms_srs" "EPSG:epsg_code"<br><br>However, layers are listed correctly whistl I can't load a single layer but the raster (Data Elevation Model) and got a similar issue with bbox, QGis always report that:<br>
<br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><ServiceException></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">msWMSLoadGetMapParams(): WMS server error. Image size out of range, WIDTH and HEIGHT must be between 1 and 1500000 pixels.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"></ServiceException></p><br>I can load the whole bunch by selecting the top layer but it's not really the desired result<br>
<br><a href="http://cen.isprambiente.it/cgi-bin/rf_mapserv?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities">http://cen.isprambiente.it/cgi-bin/rf_mapserv?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities</a><br>
<br><br>Regards<br>-r<br><br></div></div>