conservation boundary new style
This commit is contained in:
parent
a93aabfc4a
commit
374a34e4ad
@ -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: '#bc8f8f', fill: true, weight: 1, opacity: 0.8}}
|
style={{color: '#cd7090', fill: true, weight: 1, opacity: 1, fillOpacity: 0.8}}
|
||||||
/>;
|
/>;
|
||||||
} else if (enablement == "disabled") {
|
} else if (enablement == "disabled") {
|
||||||
return <div></div>
|
return <div></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user