ThinkGeo.com    |     Documentation    |     Premium Support

Thematic Legend

 Hello,


I have added the ability in my map for users to select from a list of categories and have the points in a given layer displayed with a color ramp to indicate what their value for that category is.  I have also now added a legend adornment layer, but I can't get the legend to display the color ramp values.  The legend code in the sample appears to be looking only at the default point style, so the point layer appears in the legend, but with a blank where the colored symbols should be.


I found one link in another forum (gis.thinkgeo.com/Support/Dis...fault.aspx) that indicated that the legend was not the appropriate place to do this, and the screenshot they showed had a box that displayed the color interpretations.  I can't for the life of me find any "How Do I" samples related to thematic maps for WPF though.


I need to find a way to let the users see clearly on the map what the different colors mean - are there any examples of this that I can work from?


 


Thanks in advance,


Mikkel



Hi Mikkel, 
  
 The adornment layer is not the best choice to implement thematic legend, because it redraws itself every time you pan or zoom in/out the map. 
 We’d suggest you to use a separate wpf control to do this, meaning that having the legend floating over the map rather than in the map. 
  
 And we’d need more details about your project to better understand your requirements. Would you please post some screen shots of your application? So that we can get a better view of what it’s like. And it would be even better if you can send us the code of your customized adornment layer, so we can fine tune it for you. 
  
 Regards, 
 Tsui