From 655fed8964de9c4c3dc565685672c2b36bfe0846 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 25 Nov 2022 10:06:02 +0100 Subject: [PATCH] better describe planning applications --- app/src/frontend/config/category-maps-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index 47453c42..755f430d 100644 --- a/app/src/frontend/config/category-maps-config.ts +++ b/app/src/frontend/config/category-maps-config.ts @@ -174,8 +174,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = // SELECT COUNT(*), date_part('year', registered_with_local_authority_date) as year from planning_data WHERE decision_date IS NOT NULL GROUP BY year ORDER BY year ASC; mapStyle: 'planning_applications_status_all', legend: { - title: 'All planning applications available from GLA Data Hub', - disclaimer: 'The map shows official data available from the GLA Data Hub. What you are looking at is mainly applications from 2019 onwards.', + title: 'All planning applications available from GLA', + disclaimer: 'The map shows official data available from the GLA Planning London Datahub. What you are looking at is mainly applications from 2019 onwards.', elements: [ { color: '#53f5dd', text: 'Submitted, awaiting decision' }, { color: '#fff200', text: 'Appeal In Progress' },