Hi,
I overrode the Layer's DrawCore() so that my map control gets images from my web server that uses MapEngine to draw images instead. I believe there is multi-threading on tiling for the web map control but it looks to me that the images on my web page are drawn successively instead of simultaneously. Do I lose multi-threading funtionality when having the DrawCore() overridden. If so, would you suggest or provide an algorithm so that I can add the multi-threading back?
Thanks,
Tracy