MapSuite Team,
I am working with a public WMS Server that has a very large GetCapabilities result string.
It is so large that the result string is truncated when the following is invoked:
string TheServerCapabilitiesXml = (TiledWmsLayer) TheTiledWmsLayer.GetServerCapabilitiesXml();
When I request GetCapabilities directly from a WebBrowser the entire result is displayed.
I know that the length is greater than 148,000 bytes.
Does MapSuite have a limit as to the number of bytes returned from GetCapabilities?
Thanks,
Dennis