Tweak warning for designation/protection data quality
This commit is contained in:
parent
9a913fa5aa
commit
d604ba30d8
@ -170,7 +170,6 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
|||||||
user_verified_as={props.user_verified.planning_local_list_url}
|
user_verified_as={props.user_verified.planning_local_list_url}
|
||||||
verified_count={props.building.verified.planning_local_list_url}
|
verified_count={props.building.verified.planning_local_list_url}
|
||||||
/>
|
/>
|
||||||
<InfoBox msg="Designation data is currently incomplete. We are aiming for 100% coverage by April 2023." />
|
|
||||||
</DataEntryGroup>
|
</DataEntryGroup>
|
||||||
<DataEntryGroup name="Area protection" collapsed={false} >
|
<DataEntryGroup name="Area protection" collapsed={false} >
|
||||||
<DataEntry
|
<DataEntry
|
||||||
|
@ -171,7 +171,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
mapStyle: 'planning_combined',
|
mapStyle: 'planning_combined',
|
||||||
legend: {
|
legend: {
|
||||||
title: 'Designation/protection',
|
title: 'Designation/protection',
|
||||||
disclaimer: 'All data relating to designated buildings should be checked on the National Heritage List for England or local authority websites where used for planning or development purposes',
|
disclaimer: 'All data relating to designated buildings should be checked against the National Heritage List for England and local authority websites. Designation data is currently incomplete. We are aiming for 100% coverage by April 2023.',
|
||||||
elements: [
|
elements: [
|
||||||
{ color: '#95beba', text: 'In Conservation Area'},
|
{ color: '#95beba', text: 'In Conservation Area'},
|
||||||
{ color: '#c72e08', text: 'Grade I Listed'},
|
{ color: '#c72e08', text: 'Grade I Listed'},
|
||||||
|
Loading…
Reference in New Issue
Block a user