better describe predicted planning applications
This commit is contained in:
parent
cfc9930cc5
commit
09a5aadfe6
@ -246,8 +246,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
{
|
{
|
||||||
mapStyle: 'community_expected_planning_application_total',
|
mapStyle: 'community_expected_planning_application_total',
|
||||||
legend: {
|
legend: {
|
||||||
title: 'Expected planning application',
|
title: 'Expected planning applications',
|
||||||
description: 'People who think the building will be affected by a planning application in the near future',
|
disclaimer: 'Sites identified by users as likely to be subject to planning application over the next six months',
|
||||||
elements: [
|
elements: [
|
||||||
{ color: '#bd0026', text: '100+' },
|
{ color: '#bd0026', text: '100+' },
|
||||||
{ color: '#e31a1c', text: '50–99' },
|
{ color: '#e31a1c', text: '50–99' },
|
||||||
|
@ -111,7 +111,7 @@ export const buildingUserFields = {
|
|||||||
community_expected_planning_application: {
|
community_expected_planning_application: {
|
||||||
perUser: true,
|
perUser: true,
|
||||||
category: Category.Community,
|
category: Category.Community,
|
||||||
title: "Do you expect this site to be affected by a planning application in the near future?",
|
title: "Select any building that you think may be subject to a planning application over the next six months and tick the box below to colour it.",
|
||||||
example: true
|
example: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user