local significance/interest labels

This commit is contained in:
Mateusz Konieczny 2023-02-15 07:44:35 +01:00
parent 7c8834947e
commit 741df74c7f
2 changed files with 3 additions and 3 deletions

View File

@ -143,8 +143,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{
mapStyle: 'community_local_significance_total',
legend: {
title: 'Local Significance',
description: 'People who think the building should be locally listed',
title: 'Local Interest',
description: 'People who think the building is of a local interest',
elements: [
{ color: '#bd0026', text: '100+' },
{ color: '#e31a1c', text: '5099' },

View File

@ -590,7 +590,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
},
community_local_significance_total: {
category: Category.Community,
title: "People who think the building should be recorded as one of local significance",
title: "People who think the building should be recorded as one of local interest",
example: 100,
},