Hi
I have a problem with a WMS server
inspire.cadastre.gouv.fr/scpc/86194.wms?service=WMS&request=GetCapabilities
androidMap.MapUnit = GeographyUnit.DecimalDegree;//Or
GeographyUnit.Meter with EPSG:2154androidMap.CurrentExtent = new RectangleShape(46.54184509336596, 0.45397631433599933, 46.62954937722977, 0.2875239648773385);
Extent 490126, 6632619, 493003, 6629446 with EPSG:2154
//var wmsOverlay = new WmsOverlay();
wmsOverlay.ServerUris.Add(new System.Uri("<a href="inspire.cadastre.gouv.fr/scpc/86194.wms">inspire.cadastre.gouv.fr/scpc/86194.wms</a>"));
wmsOverlay.Parameters.Add("LAYERS", "AMORCES_CAD");//CP.CadastralParcel
wmsOverlay.Parameters.Add("SRS", "EPSG:4326");//Or
EPSG:2154wmsOverlay.Parameters.Add("FORMAT", "image/jpeg");
The map never displays.
It seems that there are a problem with the coordinates.
Regards
Laurent M