[Geoserver-devel] [JIRA] (GEOS-8147) Reprojected GeoTIFF tiles are rendered empty

Maciej Filocha created an issue

GeoServer / BugGEOS-8147

Reprojected GeoTIFF tiles are rendered empty

Issue Type:

BugBug

Affects Versions:

2.10.3, 2.11.0, 2.11.1

Assignee:

Unassigned

Attachments:

WRF2_OROGRAPHY.prj, WRF2_OROGRAPHY.tiff

Components:

WMS

Created:

20/May/17 7:29 PM

Environment:

Centos 7.3, openjdk 1.8.0.131

Priority:

MediumMedium

Reporter:

Maciej Filocha

An important bug (or change) was introduced with Geoserver version 2.11.0/2.10.3 that causes all geotiffs in specific projections to render empty in tile mode in standard CRS like EPSG:900913 or EPSG:4326.

The problem was first noticed after upgrading Geoserver from version 2.10.2 to 2.11.0. Versions 2.10.2 and earlier are not affected.

Steps to reproduce (always):

  • load example GeoTIFF file with accompanying geometry definition (.prj)
  • try to display it via “Tile Layers” as EPSG:900913
  • result is empty instead of part of Central Europe

{{
PROJCS[“WRF Lambert”,
GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]],
PROJECTION[“Lambert_Conformal_Conic_2SP”],
PARAMETER[“central_meridian”, 18.20199966430664],
PARAMETER[“latitude_of_origin”, 54.13700866699219],
PARAMETER[“standard_parallel_1”, 60.0],
PARAMETER[“false_easting”, 0.0],
PARAMETER[“false_northing”, 0.0],
PARAMETER[“scale_factor”, 1.0],
PARAMETER[“standard_parallel_2”, 30.0],
UNIT[“m”, 1.0],
AXIS[“Easting”, EAST],
AXIS[“Northing”, NORTH],
AUTHORITY[“EPSG”,“100102”]]
}}

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.990.2#100044-sha1:9546d20)

Atlassian logo