<div class="gmail_quote">2012/3/6 teknocreator <span dir="ltr">&lt;<a href="mailto:teknocreator@gmail.com">teknocreator@gmail.com</a>&gt;</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&#39;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 &quot;mode=map&quot;...okay, I<br>
see in the doc that it shouldn&#39;t be included in a WMS call.  I tried that<br>
for one of the point layers we&#39;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>
&quot;mode=map&quot; with a raster layer that I&#39;m also attempting to query.  When I<br>
tried to remove the &quot;mode=map&quot; there, I received an error:<br>
<br>
&lt;ServiceExceptionReport version=&quot;1.1.1&quot;&gt;<br>
&lt;ServiceException code=&quot;InvalidSRS&quot;&gt;<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&#39;ve removed adding wms_srs to each layer in the form of <br>&quot;wms_srs&quot; &quot;EPSG:epsg_code&quot;<br><br>However, layers are listed correctly whistl I can&#39;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">&lt;ServiceException&gt;</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">&lt;/ServiceException&gt;</p><br>I can load the whole bunch by selecting the top layer but it&#39;s not really the desired result<br>
<br><a href="http://cen.isprambiente.it/cgi-bin/rf_mapserv?SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetCapabilities">http://cen.isprambiente.it/cgi-bin/rf_mapserv?SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetCapabilities</a><br>
<br><br>Regards<br>-r<br><br></div></div>