more visible conservation area layer

This commit is contained in:
Mateusz Konieczny 2022-11-13 14:00:47 +01:00
parent 9805c0c17b
commit f3aaeddb96

View File

@ -17,7 +17,7 @@ export function ConservationAreaBoundaryLayer({enablement}: {enablement: Conserv
<GeoJSON
attribution='Conservation areas by <a href=http://www.bedfordpark.net/leo/planning/>Leo Hall</a> on CC-BY 4.0 licence, contains data under the Open Government Licence v.3.0'
data={boundaryGeojson}
style={{color: '#9400d3', fill: true, weight: 1, opacity: 0.6}}
style={{color: '#8a2be2', fill: true, weight: 1, opacity: 0.8}}
/>;
} else if (enablement == "disabled") {
return <div></div>