>Definitely feels like I have stepped off the edge of stable features here. I 
>will file a bug report.
_______________________________________________
Looking at the example in your bug report... 
https://github.com/therion/therion/issues/133 
You have created two lookups for the same parameter (map), but no index has 
been specified.  i would guess that is why the last lookup overwrites.
Try using an index as described in 
https://therion.speleo.sk/wiki/examples#colour_scales_-_lookups


ie, similar to...
You may specify multiple lookup tables for same criterion using an index, ie 
“:” separator in label

lookup altitude:scale1
 600
 800
endlookup
and

lookup altitude:scale2
 800
 750
 700
endlookup
and use then

color map-fg altitude:scale1
or
color map-fg altitude:scale2

Bruce

_______________________________________________
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion

Reply via email to