Hello,
I just downloaded the lateste (4.0) release from you servers, and installed it. I tried to change the WmsRasterLayer I used to a new TiledWmsServer.
But I get the following error : This CRS is not supported in the WMS server.
However, this works good with the old WmsRasterLayer, and I set the same SRS on the server, and CRS in the client layer.
Client :
wmsLayer = new TiledWmsLayer(WmsUri);
wmsLayer.DrawingExceptionMode = DrawingExceptionMode.DrawException;
wmsLayer.Crs = "EPSG:21781";
Server GetCapabilities :
<Layer>
<SRS>EPSG:21781</SRS>
<BoundingBox SRS=""EPSG:21781"" minx=""465000"" maxy=""315000"" maxx=""850000"" miny=""56000"" />
...(layers and sublayers configuration)...
</Layer>
I must say that the SRS value in only specified in the root Layer, not in every child Layer.
Did I miss something ?
Thanks
Guillaume.