[mapserver-users] WCS error. Requested BBOX (...) outside requested coverage

turtlewax frankhevans at yahoo.com
Mon Jul 12 09:08:48 EDT 2010


Thanks in advance for any guidance. I have my own server, but I'm using the
server referenced in the documentation to get a handle on expected behavior.

==================================
my request.
==================================
http://maps.dnr.state.mn.us/cgi-bin/mapserv50?
     MAP=/usr/local/www/docs_maps/mapserver_demos/wcs/demo.map&
     SERVICE=WCS&VERSION=1.0.0&
     REQUEST=GetCoverage&
     COVERAGE=modis&
     CRS=EPSG:26915&
     bbox=159707,4597895,1400207,5501395&
     Width=500&
     Height=500
==================================
Server Response
==================================
<ServiceExceptionReport version="1.2.0">
  <ServiceException code="NoApplicableCode" locator="bbox">
     msWCSGetCoverage(): WCS server error. Requested BBOX 
     (-97.7071758865421,41.0324719184183,-80.6778361148771,49.6650665681236) 
     is outside requested coverage BBOX (159707,4597895,1400207,5501395)
  </ServiceException>
</ServiceExceptionReport>
==================================

1. To keep things simple, I'm requesting coverage in the layers native CRS.
2. To keep things simple, I'm using the BBOX described in the
"DescribeCovearge"

<gml:Envelope srsName="EPSG:26915">
   <gml:pos>159707 4597895</gml:pos>
   <gml:pos>1400207 5501395</gml:pos>
</gml:Envelope>

At this point I'm trying to perform a pretty basic "Hello World" WCS
operation. I've considered the possibility that there might be a problem
with this server, but I've set up my own local map file and I'm seeing
similar behavior. Hence, the most likely explanation is that I'm using bad
syntax in my request.

Thanks in advance for any advice...



-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/WCS-error-Requested-BBOX-outside-requested-coverage-tp5282810p5282810.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list