brown ca styling in overlays
This commit is contained in:
parent
f3aaeddb96
commit
8843cf33ef
@ -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: '#8a2be2', fill: true, weight: 1, opacity: 0.8}}
|
||||
style={{color: '#bc8f8f', fill: true, weight: 1, opacity: 0.8}}
|
||||
/>;
|
||||
} else if (enablement == "disabled") {
|
||||
return <div></div>
|
||||
|
Loading…
Reference in New Issue
Block a user