deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
146 stars 99 forks source link

Integration test WmtsSimilarityIT.testSimilarity[10] (remotewms_gif.kvp) fails #1209

Open lgoltz opened 2 years ago

lgoltz commented 2 years ago

https://buildserver.deegree.org/job/deegree-3.4-Corretto8/lastCompletedBuild/org.deegree$deegree-wmts-tests/testReport/org.deegree.services.wmts/WmtsSimilarityIT/testSimilarity_10_/

lgoltz commented 2 years ago

The test fails because the remote service returns an image with black pixel at the top of the image (in the background). Expected is a transparent background.

The problem is most probably related to #396.

Request to the remote services send by the test: http://deegree3-demo.deegree.org/utah-workspace/services?request=GetMap&srs=EPSG%3A26912&service=WMS&bbox=441174.0%2C4455527.0%2C441686.0%2C4456039.0&layers=orthophoto%2Cdominantvegetation&width=256&format=image%2Fgif&styles=default%2Cdefault&version=1.1.1&transparent=true&height=256

tfr42 commented 2 years ago

Related #1210

stephanr commented 2 years ago

Response: remotewms_gif current Expected: remotewms_gif expected

With PNG: http://deegree3-demo.deegree.org/utah-workspace/services?request=GetMap&srs=EPSG%3A26912&service=WMS&bbox=441174.0%2C4455527.0%2C441686.0%2C4456039.0&layers=orthophoto%2Cdominantvegetation&width=256&format=image%2Fpng&styles=default%2Cdefault&version=1.1.1&transparent=true&height=256 remotewms_png current This image has a white line on the top

stephanr commented 2 years ago

In the TMC meeting we came to the conclusion that the previous expected result only differed in the background colour. We should consider whether it would not make more sense to use a smaller section that does not contain a background and to file a new image accordingly.