ThinkGeo.com    |     Documentation    |     Premium Support

Updating bitmaps on map layer

Hi,


I want to have a map control and on top of it, a layer should be added to update the bitmap. This can be achieved in desktop edition by having AreaSymbol with AreaSymbol.CustomDrawEventHandler defined, added to AreaMapShape which is in turn to dynamiclayer. But I could not find these classes in silverlight edition.


Can you please guide me by providing the a sample?


Thanks & Regards,


-Muneswar



Hi Muneswar, 
  
 Silverlight Framework is a simplified framework of the original one. So that we have to cut off some features compare to our other products. 
  
 Here Silverlight bitmap is not the one you used in the desktop. It’s not GDI+ bitmap. So currently we don’t support updating it. 
  
 But since we updated to Silverlight 3.0 which has a lot of enhancement, there are a lot of space we can enhance; so I think in the near future, we’ll add more new features which is not supported in our current version. 
  
 Sorry for the inconvenience. 
  
 On the other hand, you can use server side rendering which still support this style and event. 
  
 Thanks, 
 Howard