MapSuite,
I’m displaying a WmsRasterLayer in my client. There seems to be a discrepancy between the BoundingBox that is returned in GetCapabilities and the BoundingBox returned from the MapSuite GetBoundingBox method.
The following is from the GetCapabilities:
<SRS>EPSG:3857</SRS>
<BoundingBox maxx="-9680596.758261003" minx="-10123931.52231503" maxy="5250306.598852193" miny="4602120.598993891" SRS="EPSG:3857"/>
The following is what is returned from TheWmsRasterLayer.GetBoundingBox()
{-20037508.3427892,19971868.8804085,20037508.3427892,-19971868.8804086}
The MapUnit is set to Meter.
I would think these two BoundingBox values should be the same.
What are your thoughts?
Thanks,
Dennis