Hi Don,
I’ve been trying to connect to the WMS service however I keep getting the following error message:
This CRS is not supported in the Wms server: http://10.170.1.110:5588/service?
bei ThinkGeo.MapSuite.Core.x6d719af406ea4c2c.xefb05224bd7f87dd(String x1a92a4424217edab, Collection1 x17bbdd0be5bc567b, String x8d726fd517275dcd) bei ThinkGeo.MapSuite.Core.TiledWmsRasterSource.GetImageCore(RectangleShape worldExtent, Int32 canvasWidth, Int32 canvasHeight) bei ThinkGeo.MapSuite.Core.RasterSource.GetImage(RectangleShape worldExtent, Int32 canvasWidth, Int32 canvasHeight) bei ThinkGeo.MapSuite.Core.TiledWmsLayer.DrawImage(GeoCanvas canvas) bei ThinkGeo.MapSuite.Core.TiledWmsLayer.DrawCore(GeoCanvas canvas, Collection
1 labelsInAllLayers)
bei ThinkGeo.MapSuite.Core.Layer.Draw(GeoCanvas canvas, Collection1 labelsInAllLayers) bei ThinkGeo.MapSuite.DesktopEdition.LayerOverlay.DrawCore(GeoCanvas canvas) bei ThinkGeo.MapSuite.DesktopEdition.Overlay.MainDraw(GeoCanvas canvas) bei ThinkGeo.MapSuite.DesktopEdition.Overlay.Draw(GeoCanvas canvas) bei ThinkGeo.MapSuite.DesktopEdition.WinformsMap.x03e3d48bcfe7bb6c(IEnumerable
1 xa6f0db4f183189f1)
bei ThinkGeo.MapSuite.DesktopEdition.WinformsMap.xff5b27c00f9678c2(RectangleShape x178b193eec228e6e)
bei ThinkGeo.MapSuite.DesktopEdition.WinformsMap.xe3cee4adb9c72451()
bei ThinkGeo.MapSuite.DesktopEdition.WinformsMap.x9ac8c50f434f4b39(Int32 xb565f4681f05557a)
bei ThinkGeo.MapSuite.DesktopEdition.WinformsMap.Refresh()
bei ServiceEditionSample.Form1.button1_Click(Object sender, EventArgs e)
I have tried the following Crs / Srs settings:
<SRS>EPSG:900913</SRS>
<SRS>EPSG:4326</SRS>
<SRS>EPSG:4258</SRS>
<SRS>CRS:84</SRS>
<SRS>EPSG:3857</SRS>
However none of these seem to be working.
Here are the capabilities:
service.xml (3.5 KB)
Kind Regards
Dan