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: {
|
||||
min: "#ffffff",
|
||||
max: "#2cb42c"
|
||||
min: "rgba(255, 255, 255, 0.1)",
|
||||
max: "#008f00"
|
||||
}
|
||||
};
|
||||
|
|
|
@ -119,7 +119,7 @@ class LayerAI {
|
|||
weight: 1,
|
||||
|
||||
fillColor: feature.properties.colour,
|
||||
fillOpacity: 0.4
|
||||
fillOpacity: 1
|
||||
} }
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue