Hi,
In response to the custom raster data thread,
Let me explain how i am using Mapsuite. This issue is not seen on IE7 and firefox but still needed to be fixed since many of the potential clients are using IE6.
Currently, I am loading 2 layers; static layer (world shape file included with Mapsuite) and another dynamic layer (custom raster data from external source). The static layer always got loaded first and then the custom raster data. The static layer is needed so that if invalid coordinates are passed to the external source then i will stop the dynamic layer from drawing and display the world shape layer.
Example, if East > 180 or North > 90, etc, then do not try to generate bitmap data instead display the world shape file behind the dynamic layer.
This is all good until i tried to zoom into the area where the East > 180. A blank apaque layer get displayed as the dynamic layer (nothing is drawn) so this blocked the world static layer behind. This is strange because I can see through it using IE7 and firefox 3.
So if i turn off the dynamic layer in the layer-switcher (IE6), the world shape file is visible again. How should i resolve this problem ?
I should be doing things right as it's working in the later browsers.
Is there a way to turn off the dynamic layer (Meaning that layer is totally removed instead of an invisible layer) as a temporaily solution in the " protected override void DrawCore" function ?
Thanks!