Tweak colouring, but it needs some work.
This commit is contained in:
parent
121da46b5e
commit
ececc750bc
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
colour_scale: {
|
colour_scale: {
|
||||||
min: "#ffffff",
|
min: "rgba(255, 255, 255, 0.1)",
|
||||||
max: "#2cb42c"
|
max: "#008f00"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -119,7 +119,7 @@ class LayerAI {
|
||||||
weight: 1,
|
weight: 1,
|
||||||
|
|
||||||
fillColor: feature.properties.colour,
|
fillColor: feature.properties.colour,
|
||||||
fillOpacity: 0.4
|
fillOpacity: 1
|
||||||
} }
|
} }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue