[gdal-dev] GDAL WMS Driver - Image Size

Adam Nowacki nowak at xpam.de
Tue Jun 29 11:48:39 EDT 2010


default block size is 1024x1024 so the 2000x2000 image is split into 4 
requests: 1024x1024, 976x1024, 1024x976 and 976x976

Travis Kirstine wrote:
> I am doing some testing of the WMS driver with gdal and have a
> question.  If I define the <SizeX> and <SizeY> parameters as 2000px I
> would expect that the WMS request would request a image width and
> height of 2000.  When I checked the log files GDAL is requesting a
> 976x976 image and then rescaling the returned image.
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
> 
> 



More information about the gdal-dev mailing list