ThinkGeo.com    |     Documentation    |     Premium Support

ClassBreakStyle with Custom Column

Hi everybody


I have been trying to point my ClassBreakStyle function to a custom column but it returns 'input string not in the correct format' since the function can only point to numeric column.


Can you please help me with a way I can use to end up with area style that displays in different colors based on the criteria selected from my custom database (i.e. the criteria should not come from the shape file's dbf file)


 


Best Regards,


Vincent



Hi, Vincent


Yes, it should be numeric values, and if not the exception will throw when we intend to parse the column value that comes from your features. The ClassBreakStyle is often useful for you to display features differently based on range of numeric values. If you just want to draw features base on their values, and I suggest that you use ValueStyle to render features and it can accept string column for every ValueItem.
For another questions, I have replied you in the thread below, please have a look at it.
gis.thinkgeo.com/Support/Dis...fault.aspx
 
 
Please let us know if you still have problems then.
 
Thanks,
 
Khalil

Hi Khalil


Thank you very much. I have managed to achieve what I wanted using valueStyle approach you recommended.


Best Regards,


Vincent



You are so welcome, any questions please let us know. 
  
 Thanks, 
  
 Johnny