more transparent conservation areas overlay
This commit is contained in:
parent
6ca1d0d473
commit
838a0dd087
@ -18,7 +18,7 @@ export function ConservationAreaBoundaryLayer({}) {
|
|||||||
<GeoJSON
|
<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>'
|
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}
|
data={boundaryGeojson}
|
||||||
style={{color: '#cd7090', fill: true, weight: 3, opacity: 1, fillOpacity: 0.4}}
|
style={{color: '#cd7090', fill: true, weight: 3, opacity: 1, fillOpacity: 0.3}}
|
||||||
/>;
|
/>;
|
||||||
} else if (conservation == "disabled") {
|
} else if (conservation == "disabled") {
|
||||||
return <div></div>
|
return <div></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user