has issues
This commit is contained in:
parent
2e112d7398
commit
c645b0f1d4
96 changed files with 2147083 additions and 5787 deletions
|
|
@ -63,6 +63,16 @@ const DATA_SOURCE_DEFS: DataSourceDef[] = [
|
|||
url: 'https://www.forestresearch.gov.uk/tools-and-resources/national-trees-outside-woodland-map/',
|
||||
license: 'Open Government Licence v3.0',
|
||||
},
|
||||
{
|
||||
id: 'conservation-areas',
|
||||
url: 'https://opendata-historicengland.hub.arcgis.com/datasets/historicengland::conservation-areas/explore',
|
||||
license: 'Open Government Licence v3.0',
|
||||
},
|
||||
{
|
||||
id: 'listed-buildings',
|
||||
url: 'https://opendata-historicengland.hub.arcgis.com/datasets/historicengland::national-heritage-list-for-england-nhle/explore?layer=0',
|
||||
license: 'Open Government Licence v3.0',
|
||||
},
|
||||
{
|
||||
id: 'naptan',
|
||||
url: 'https://naptan.dft.gov.uk/naptan/schema/2.4/doc/NaPTANSchemaGuide-2.4-v0.57.pdf',
|
||||
|
|
@ -128,6 +138,16 @@ const DS_KEYS: Record<string, [string, string, string]> = {
|
|||
'learnPage.dsGreenspaceUse',
|
||||
],
|
||||
'forest-research-tow': ['learnPage.dsTowName', 'learnPage.dsTowOrigin', 'learnPage.dsTowUse'],
|
||||
'conservation-areas': [
|
||||
'learnPage.dsConservationAreasName',
|
||||
'learnPage.dsConservationAreasOrigin',
|
||||
'learnPage.dsConservationAreasUse',
|
||||
],
|
||||
'listed-buildings': [
|
||||
'learnPage.dsListedBuildingsName',
|
||||
'learnPage.dsListedBuildingsOrigin',
|
||||
'learnPage.dsListedBuildingsUse',
|
||||
],
|
||||
naptan: ['learnPage.dsNaptanName', 'learnPage.dsNaptanOrigin', 'learnPage.dsNaptanUse'],
|
||||
noise: ['learnPage.dsNoiseName', 'learnPage.dsNoiseOrigin', 'learnPage.dsNoiseUse'],
|
||||
ofsted: ['learnPage.dsOfstedName', 'learnPage.dsOfstedOrigin', 'learnPage.dsOfstedUse'],
|
||||
|
|
@ -235,6 +255,17 @@ export default function LearnPage() {
|
|||
{ question: t('learnPage.faqDueDiligence4Q'), answer: t('learnPage.faqDueDiligence4A') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqBehindDataTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqBehindData1Q'), answer: t('learnPage.faqBehindData1A') },
|
||||
{ question: t('learnPage.faqBehindData2Q'), answer: t('learnPage.faqBehindData2A') },
|
||||
{ question: t('learnPage.faqBehindData3Q'), answer: t('learnPage.faqBehindData3A') },
|
||||
{ question: t('learnPage.faqBehindData4Q'), answer: t('learnPage.faqBehindData4A') },
|
||||
{ question: t('learnPage.faqBehindData5Q'), answer: t('learnPage.faqBehindData5A') },
|
||||
{ question: t('learnPage.faqBehindData6Q'), answer: t('learnPage.faqBehindData6A') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqPrivacyTitle'),
|
||||
items: [{ question: t('learnPage.faqPrivacy1Q'), answer: t('learnPage.faqPrivacy1A') }],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue