Solved

Is it possible to color code coordinates based on range values ie. 4 colour coded levels low 0-500, Medium 501-1000, High 1001-1500 Very High 1500+. I am trying to color code rainfall data against above. I have attached a sample


Is it possible to color code coordinates based on range values ie. 4 colour coded levels low 0-500, Medium 501-1000, High 1001-1500 Very High 1500+. I am trying to color code rainfall data against above. I have attached a sample
icon

Best answer by takashi 4 April 2022, 10:15

View original

2 replies

Userlevel 2
Badge +17

Hi @david_lyons​ , I think the AttributeRangeMapper can be used to define FME color value (comma separated R, G, B; e.g. "1,0,0" means red, "0,0,1" means blue) for each rainfall range.

If you store the color value in an attribute called "fme_color", FME considers it as the pen color which will be used to draw the feature.

Takashi your a legend, the attribute range mapper worked perfectly to sort the data into groups!!!!

Reply