add or improve attributions
This commit is contained in:
parent
03bdf47cc5
commit
c0b58acc3a
@ -15,6 +15,7 @@ export function BoroughBoundaryLayer({enablement}: {enablement: BoroughEnablemen
|
||||
if(enablement == "enabled") {
|
||||
return boundaryGeojson &&
|
||||
<GeoJSON
|
||||
attribution='Borough boundary from <a href=https://data.london.gov.uk/dataset/london_boroughs>London Datastore</a> Ordnance Survey Open Data - 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: '#f00', fill: false, weight: 1}}
|
||||
/* minNativeZoom={17}*/
|
||||
|
@ -15,7 +15,7 @@ export function ConservationAreaBoundaryLayer({enablement}: {enablement: Conserv
|
||||
if(enablement == "enabled") {
|
||||
return boundaryGeojson &&
|
||||
<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 <a href=https://creativecommons.org/licenses/by/4.0/legalcode>CC-BY 4.0 licence</a>, contains data under <a href=https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/>the Open Government Licence v.3.0</a>'
|
||||
data={boundaryGeojson}
|
||||
style={{color: '#cd7090', fill: true, weight: 1, opacity: 1, fillOpacity: 0.8}}
|
||||
/>;
|
||||
|
@ -15,6 +15,7 @@ export function FloodBoundaryLayer({enablement}: {enablement: FloodEnablementSta
|
||||
if(enablement == "enabled") {
|
||||
return boundaryGeojson &&
|
||||
<GeoJSON
|
||||
attribution='Flood zone from <a href=https://data.london.gov.uk/dataset/flood-risk-zones>London Datastore</a>: © Environment Agency copyright and/or database right 2017. All rights reserved. Some features of this map are based on digital spatial data from the Centre for Ecology & Hydrology, © NERC (CEH) © Crown copyright and database rights 2017 Ordnance Survey 100024198'
|
||||
data={boundaryGeojson}
|
||||
style={{color: '#00f', fill: true, weight: 1, opacity: 0.6}}
|
||||
/>;
|
||||
|
@ -15,6 +15,7 @@ export function ParcelBoundaryLayer({enablement}: {enablement: ParcelEnablementS
|
||||
if(enablement == "enabled") {
|
||||
return boundaryGeojson &&
|
||||
<GeoJSON
|
||||
attribution='Parcel boundary from <a href=https://use-land-property-data.service.gov.uk/datasets/inspire/download>Index polygons spatial data (INSPIRE)</a> - <a href=www.nationalarchives.gov.uk/doc/open-government-licence/version/3/>Open Government Licence v3</a>'
|
||||
data={boundaryGeojson}
|
||||
style={{color: '#ff0', fill: false, weight: 1}}
|
||||
/* minNativeZoom={17}*/
|
||||
|
Loading…
Reference in New Issue
Block a user