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"]] }} |