Hi Guys,
I am having problems connecting to the following WMS server in WPF:
paris.sopac.org/geoserver/wms?amp;=
If i put this into QGIS i can get a list of layers no problem and then open one.
I have tried a whole bunch of combinations such as:
wmsOverlay.ServerUris.Add(new Uri("paris.sopac.org/geoserver/wms?"));
wmsOverlay.Parameters.Add("LAYERS", "geonode:FJ_Tikina_Loss_EQ_BLDINF");
with no luck. Could someone quickly check this for me please.
thanks
Phil