Hello list,

I have a raster datasource in epsg:900913.
I make a GetCoverage request using WCS standard 1.1.0, using this
parameters:

-SERVICE=WCS&VERSION=1.1.0&REQUEST=GetCoverage&IDENTIFIER=ImagenSatelitalbajares&FORMAT=image/tiff&BOUNDINGBOX=-36,-60,-34,-56,urn:ogc:def:crs:EPSG::4326

the resulting image is one pixel only.

Changing the BOUNDINGBOX to miny, minx, maxy, maxx
(BOUNDINGBOX=-60,-36,-56,-34,urn:ogc:def:crs:EPSG::4326), makes this error:

WCS server error. Requested BBOX
(-4007501.66855785,-7558415.65608178,-4007501.66855785,21542212.205083) is
outside requested coverage BBOX
(-8688253.27640932,-7822332.37194489,-5635586.68352614,-1988107.35315028)

Seems that the upper tight coordinate is not taken into account.
Is Mapserver misunderstanding the boundingbox parameters?
Using Mapserver 5.6.

Thanks in advance.
-- 
Juan Rapoport
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to