tweak styling of conservation boundary
This commit is contained in:
parent
14e16cce83
commit
14c2ca92d8
@ -18,7 +18,7 @@ export function ConservationAreaBoundaryLayer({}) {
|
||||
<GeoJSON
|
||||
attribution='Conservation areas by <a href=http://www.bedfordpark.net/leo/planning/>Leo Hall</a> on <a href=https://creativecommons.org/licenses/by/4.0/legalcode>CC-BY 4.0 licence</a>, contains data under <a href=https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/>the Open Government Licence v.3.0</a>'
|
||||
data={boundaryGeojson}
|
||||
style={{color: '#cd7090', fill: true, weight: 1, opacity: 1, fillOpacity: 0.8}}
|
||||
style={{color: '#cd7090', fill: true, weight: 3, opacity: 1, fillOpacity: 0.4}}
|
||||
/>;
|
||||
} else if (conservation == "disabled") {
|
||||
return <div></div>
|
||||
|
Loading…
Reference in New Issue
Block a user