Hi,
I'm using the following WMSRasterLayer:
baseLayer = new WmsRasterLayer(new Uri(@"raster.nationalmap.gov/arcgis/services/Combined/SDDS_Imagery/MapServer/WMSServer"));
baseLayer.ActiveLayerNames.Add("0");
baseLayer.Parameters.Add("HEIGHT", "512");
baseLayer.Parameters.Add("WIDTH", "512");
baseLayer.Parameters.Add("VERSION", "1.1.1");
Everytime I try to to do something with it, it says I have an invalid format exception... I've tried setting the OutputFormat to something it says in the GetCapabilities, but can't seem to figure out what I'm doing wrong. Any help would be appreciated.
Thanks,
.Ryan.