I've got some links on my weathermap with 0.1-0.5% load, but it is still important to see the traffic flow. Hence i tried changing the default scale so i will get different colors even at very low loads. That seems to work fine, but the legend looks really messy.
Here's my scale:
Code: Select all
SCALE DEFAULT 0 0 192 192 192
SCALE DEFAULT 0.01 0.5 140 0 255
SCALE DEFAULT 0.5 1 32 32 255
SCALE DEFAULT 1 25 0 192 255
SCALE DEFAULT 25 55 0 240 0
SCALE DEFAULT 55 70 240 240 0
SCALE DEFAULT 70 85 255 192 0
SCALE DEFAULT 85 100 255 0 0
0-1%
0.01-0.5%
0.5-1%
1-10%
1-25%
10-25%
25-40%
25-55%
40-55%
and the rest doesn't even fit into the legend. (I know I can change the legend size with KEYSTYLE, but that's not the primary issue here.)
It seems the legend gets both "my" default scale and the "old" default scale from somewhere?
I do have my scale (and legend settings) in a separate file that is then imported to several maps. I did notice the editor copies everything from the imported file to the map file, so when i make changes in the map i have to manually remove that, otherwise i will get duplicate settings. That doesn't seem to be the problem here though...