Tweak colouring, but it needs some work.

This commit is contained in:
Starbeamrainbowlabs 2019-07-30 19:15:34 +01:00
parent 121da46b5e
commit ececc750bc
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ export default {
},
colour_scale: {
min: "#ffffff",
max: "#2cb42c"
min: "rgba(255, 255, 255, 0.1)",
max: "#008f00"
}
};

View File

@ -119,7 +119,7 @@ class LayerAI {
weight: 1,
fillColor: feature.properties.colour,
fillOpacity: 0.4
fillOpacity: 1
} }
});
}