brown ca styling in overlays

This commit is contained in:
Mateusz Konieczny 2022-11-18 13:15:21 +01:00
parent f3aaeddb96
commit 8843cf33ef

View File

@ -17,7 +17,7 @@ export function ConservationAreaBoundaryLayer({enablement}: {enablement: Conserv
<GeoJSON <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' 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} data={boundaryGeojson}
style={{color: '#8a2be2', fill: true, weight: 1, opacity: 0.8}} style={{color: '#bc8f8f', fill: true, weight: 1, opacity: 0.8}}
/>; />;
} else if (enablement == "disabled") { } else if (enablement == "disabled") {
return <div></div> return <div></div>