[Geoserver-devel] [JIRA] (GEOS-8107) WMS request against geotiff at lower resolution than source returns a white image

Torben Barsballe created an issue

GeoServer / BugGEOS-8107

WMS request against geotiff at lower resolution than source returns a white image

Issue Type:

BugBug

Assignee:

Unassigned

Components:

WMS

Created:

21/Apr/17 9:41 PM

Priority:

MediumMedium

Reporter:

Torben Barsballe

When requesting a small region of a layer (backed by a geotiff store), at a resolution lower than the source image, a blank white image is returned.

This was reproduces using world.tiff (attached), and the following WMS requests:

This returns a grey rectangle (as expected):
http://localhost:8080/geoserver/importer/wms?service=WMS&version=1.1.0&request=GetMap&layers=importer:world&styles=raster&bbox=-120.0,35,-100,45&width=42&height=21&srs=EPSG:4326&format=image/png

Reducing width and height to 40 and 20 respectively results in a white rectangle:
http://localhost:8080/geoserver/importer/wms?service=WMS&version=1.1.0&request=GetMap&layers=importer:world&styles=raster&bbox=-120.0,35,-100,45&width=40&height=20&srs=EPSG:4326&format=image/png

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.910.0#100040-sha1:0b083fc)

Atlassian logo