Some more testing:
I made a proxy of the url above on my local geoserver and I could get that to display nicely in QGis as well. No luck in MapWindow5
I enabled & checked the geoserver request log and it is receiving correct queries from MapWindow though, if I enter these in my browser I get png files. So perhaps something is broken at the MapWinGIS level it seems?
I still can display some of the WMS services included as examples though… weird.
this is an example of a succesfully received query from MapWindow on my geoserver:
wms?request=GetMap&service=WMS&layers=GRB_BSK&&srs=EPSG:31370&bbox=70140.625000,222734.375000,73843.750000,224218.750000&format=image/png&width=256&height=256&version=1.1.1&styles=
which also works on the actual wms server obviously.
I’ve been bisecting mapwingis since that’s were the error occurs - I don’t have issues with the last release btw, only the development version
this commit still works for me:
the merged changes following that commit related to using libcurl seem to have created this regression. I’ll try to do some more testing this week to see where it is coming from exactly.