Thanks Mark!
the message its showing is:
<?xml version='1.0' encoding="ISO-8859-1" ?>
<ServiceExceptionReport version="1.2.0"
xmlns="http://www.opengis.net/ogc"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
http://www.opengis.net/ogc
http://schemas.opengis.net/wcs/1.0.0/OGC-exception.xsd";>
  <ServiceException code="NoApplicableCode"
locator="bbox">msWCSGetCoverage(): WCS server error. Requested BBOX
(-66.5079075029609,-84.6440997947261,-30.3257514953085,-83.1977984037033) is
outside requested coverage BBOX
(366582.290141166,6127927.10038269,857582.290141166,6670927.10038269)
  </ServiceException>
</ServiceExceptionReport>

I posted it in another post but i thought this issue wasn't related with the
other one.

Do you have any idea about how bbox works?

regards,
Virginia


On Sat, Jun 11, 2011 at 7:03 PM, Mark Phillips <[email protected]> wrote:

> Assuming your cgi-bin directory is properly configured to run mapserv.exe
> as a cgi executable, rather than serving it as a static file, this is
> probably the result of mapserver encountering a problem and delivering an
> error message to the browser, probably in the form of an xml response, and
> what is happening is that the browser is confused about the mime type of the
> response.  Try saving the file and viewing it with an editor; you'll
> probably find an error message in it.
>
> On Sat, Jun 11, 2011 at 5:32 PM, Virginia Maffei <[email protected]>wrote:
>
>> Hi, i'm trying to do a getcoverage with WCS and it just pops up asking if
>> i want to download mapserv.exe.
>>
>> The url i'm using is:
>>
>>
>> http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example1-1.map&SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&coverage=localidades&CRS=EPSG:32721&BBOX=400000,700000,800000,600000&WIDTH=491&HEIGHT=543&FORMAT=GTiff
>>
>> does anyone knows whats happening and how to resolve it? I checked the FAQ
>> but i didn't understand
>>
>> thanks!
>>
>> Virginia
>>
>>
>> _______________________________________________
>> mapserver-users mailing list
>> [email protected]
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>>
>>
>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to