tweak housing colour
This commit is contained in:
parent
e407919129
commit
97f8d9cf93
@ -17,7 +17,7 @@ export function HousingBoundaryLayer({enablement}: {enablement: HousingEnablemen
|
||||
<GeoJSON
|
||||
attribution="Housing Zones from <a href=https://data.london.gov.uk/dataset/housing_zones>London Datastore</a>. The boundaries are based on Ordnance Survey mapping and the data is published under Ordnance Survey's 'presumption to publish'. Contains OS data © Crown copyright and database rights 2019. Greater London Authority - Contains public sector information licensed under the <a href=https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/>Open Government Licence v3.0</a>'"
|
||||
data={boundaryGeojson}
|
||||
style={{color: '#00f', fill: true, weight: 1, opacity: 0.6}}
|
||||
style={{color: '#FF8000', fill: true, weight: 1, opacity: 0.6}}
|
||||
/>;
|
||||
} else if (enablement == "disabled") {
|
||||
return <div></div>
|
||||
|
Loading…
Reference in New Issue
Block a user