reduce opacity of overlays
The fines and loan period overlays were too opaque and made it hard to see what they were overlayed onto - especially in Queensland with the whacky coastal shire boundaries. Reduced to make things more transparent literally and figuratively.
This commit is contained in:
parent
1f64423368
commit
4c48c96e01
|
@ -67,7 +67,7 @@ Promise.all([boundaries, branchesCsv, ikcCsv, mechanics, nslaBranches])
|
|||
weight: 3,
|
||||
color: "white",
|
||||
dashArray: "4",
|
||||
fillOpacity: 0.4
|
||||
fillOpacity: 0.2
|
||||
}
|
||||
},
|
||||
onEachFeature: function onEachFeature(feature, layer) {
|
||||
|
@ -133,7 +133,7 @@ Promise.all([boundaries, branchesCsv, ikcCsv, mechanics, nslaBranches])
|
|||
weight: 3,
|
||||
color: "#fff",
|
||||
dashArray: "4",
|
||||
fillOpacity: 0.6,
|
||||
fillOpacity: 0.2,
|
||||
fillColor: "#bbb",
|
||||
fillPattern: getLoanFillPattern(feature.properties.standard_loan_weeks)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue