Hi,

after upgrade from Geoserver 2.5.2 to 2.6-RC1 i get only blank images
for a cascaded WMS layer that used to work before.

Some settings of the layer:
Native SRS: EPSG:3034
Declared SRS: EPSG:31467
SRS handling: Reproject native to declared

I checked with this demo request:
http://<my-server>/geoserver/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=3474000,5840000,3474500,5840500&SRS=EPSG:31467&WIDTH=500&HEIGHT=500&LAYERS=trailpro:dop_niedersachsen&STYLES=&FORMAT=image/jpeg

With Geoserver 2.5.2 i found this in the logs (verbose_logging):
2014-08-28 11:25:27,274 DEBUG [geotools.map] - Issuing request:
http://<remote-server>/arcgis/services/Basisdaten_wms/MapServer/WMSServer?SERVICE=WMS&LAYERS=Orthophoto&FORMAT=image%2Fpng&HEIGHT=510&TRANSPARENT=FALSE&BGCOLOR=0xFFFFFF&REQUEST=GetMap&BBOX=3473990.0,5839990.0,3474510.0,5840510.0&WIDTH=510&STYLES=&SRS=EPSG:31467&VERSION=1.1.1
2014-08-28 11:25:27,729 DEBUG [data.ows] - Executed request to URL:
http://<remote-server>/arcgis/services/Basisdaten_wms/MapServer/WMSServer?SERVICE=WMS&LAYERS=Orthophoto&FORMAT=image%2Fpng&HEIGHT=510&TRANSPARENT=FALSE&BGCOLOR=0xFFFFFF&REQUEST=GetMap&BBOX=3473990.0,5839990.0,3474510.0,5840510.0&WIDTH=510&STYLES=&SRS=EPSG:31467&VERSION=1.1.1

With Geoserver 2.6-RC1 this is in the logs:
2014-08-28 11:29:07,898 DEBUG [geotools.map] - Issuing request:
http://<remote-server>/arcgis/services/Basisdaten_wms/MapServer/WMSServer?SERVICE=WMS&LAYERS=Orthophoto&FORMAT=image%2Fpng&HEIGHT=11&TRANSPARENT=FALSE&BGCOLOR=0xFFFFFF&REQUEST=GetMap&BBOX=8.540778953125084,52.642809609914,8.703143421106123,52.741456629764&WIDTH=11&STYLES=&SRS=EPSG:4326&VERSION=1.1.1
2014-08-28 11:29:07,977 DEBUG [data.ows] - Executed request to URL:
http://<remote-server>/arcgis/services/Basisdaten_wms/MapServer/WMSServer?SERVICE=WMS&LAYERS=Orthophoto&FORMAT=image%2Fpng&HEIGHT=11&TRANSPARENT=FALSE&BGCOLOR=0xFFFFFF&REQUEST=GetMap&BBOX=8.540778953125084,52.642809609914,8.703143421106123,52.741456629764&WIDTH=11&STYLES=&SRS=EPSG:4326&VERSION=1.1.1

Difference: bounding box and SRS are now EPSG:4326 instead of EPSG:31467
and "WIDTH=11" instead of "WIDTH=510".

Had to revert to 2.5.2.

One more observation (not related to the main problem):
the demo-request has FORMAT=image/jpeg which gets converted to
FORMAT=image%2Fpng for both 2.5.2 and 2.6-RC1. Is this expected?



------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to