diff --git a/app/src/frontend/building/data-containers/age-history.tsx b/app/src/frontend/building/data-containers/age-history.tsx index a6c5e661..57182d5c 100644 --- a/app/src/frontend/building/data-containers/age-history.tsx +++ b/app/src/frontend/building/data-containers/age-history.tsx @@ -114,7 +114,8 @@ const AgeView: React.FunctionComponent = (props) => { user_verified_as={props.user_verified.date_source} verified_count={props.building.verified.date_source} /> - +
+ This section is under development. = (props) => { } - + This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) - - Can you help us create a map that shows how many buildings in London have survived since the 1890s? - Choose a colour to indicate whether the building has survived. - +
+ + Can you help us create a map that shows how many buildings in London have survived since the 1890s? + Choose a colour to indicate whether the building has survived. + +
@@ -347,7 +350,8 @@ const AgeView: React.FunctionComponent = (props) => { user_verified_as={props.user_verified.date_link} verified_count={props.building.verified.date_link} /> - +
+ This section is under development. = (props) => { }
- + This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) - - - Can you help us create a map that shows how many buildings in London have survived since the 1890s? - Choose a colour to indicate whether the building has survived. - + +
+ + Can you help us create a map that shows how many buildings in London have survived since the 1890s? + Choose a colour to indicate whether the building has survived. + +
diff --git a/app/src/frontend/building/data-containers/community.tsx b/app/src/frontend/building/data-containers/community.tsx index 2d92ad80..6277905a 100644 --- a/app/src/frontend/building/data-containers/community.tsx +++ b/app/src/frontend/building/data-containers/community.tsx @@ -41,9 +41,11 @@ const CommunityView: React.FunctionComponent = (props) => { const worthKeepingReasonsNonEmpty = Object.values(props.building.community_type_worth_keeping_reasons ?? {}).some(x => x); return <> - +
+ Note: We are not currently collecting data on domestic/privately owned properties, only on public buildings. - + +
{ @@ -152,9 +154,11 @@ const CommunityView: React.FunctionComponent = (props) => {
- - Here we are collecting information on the location of buildings used for community activities so we can track loss of/additions to community space over time - +
+ + Here we are collecting information on the location of buildings used for community activities so we can track loss of/additions to community space over time. + +
= (props) => { { props.mode != 'view' &&
-
Below is a more general classification for the land use of this building, automatically derived from the information above. diff --git a/app/src/frontend/building/data-containers/location.tsx b/app/src/frontend/building/data-containers/location.tsx index 3ee98e8e..b3cd55d4 100644 --- a/app/src/frontend/building/data-containers/location.tsx +++ b/app/src/frontend/building/data-containers/location.tsx @@ -190,6 +190,7 @@ const LocationView: React.FunctionComponent = (props) => ( user_verified_as={props.user_verified.ref_osm_id} verified_count={props.building.verified.ref_osm_id} /> +
= (props) => ( user_verified_as={props.user_verified.location_longitude} verified_count={props.building.verified.location_longitude} /> + ); diff --git a/app/src/frontend/building/data-containers/resilience.tsx b/app/src/frontend/building/data-containers/resilience.tsx index e5e69071..3d4c9c0f 100644 --- a/app/src/frontend/building/data-containers/resilience.tsx +++ b/app/src/frontend/building/data-containers/resilience.tsx @@ -24,10 +24,12 @@ const ResilienceView: React.FunctionComponent = (props) => { return (<> - - This feature is designed as an assessment tool to help communities capture data on the state of buildings following major disasters. - It is intended to help support emergency services, to record damage, and to aid reconstruction programmes. - +
+ + This feature is designed as an assessment tool to help communities capture data on the state of buildings following major disasters. + It is intended to help support emergency services, to record damage, and to aid reconstruction programmes. + +
@@ -141,7 +143,7 @@ const ResilienceView: React.FunctionComponent = (props) => { />
- + This section is under development.