Hello
Please solve my problem
How to handle the dynamic layer when creating a bitmap, so that the dynamic layer is captured.?
How to handle the dynamic layer
Ibrar,
I suppose that you are refering to the function GetBitmap of the Map. In order to get the bitmap of the Dynamic Layer or any layer on the map, you need to add your layers to an LayerOverlay and add that LayerOverlay to the map. Any time, you call the GetBitmap function, it will get whatever is on the map. The only caveat is that GetBitmap is not going to work on on OVERLAYS for Wms, Google map, Bing map, OpenStreetMap, you would have to use the LAYER version of those services. Actually, there is a recent post "WMS in getBitmap()" that discuss that in length. I suggest you check it out: gis.thinkgeo.com/Support/Dis...fault.aspx