tweak descriptions

This commit is contained in:
Mateusz Konieczny 2022-12-12 13:53:42 +01:00
parent adf6418e2c
commit 01a11a30a6
2 changed files with 4 additions and 2 deletions

View File

@ -82,7 +82,7 @@ const PlanningDataOfficialDataEntry: React.FC<PlanningDataOfficialDataEntryProps
<Disclaimer /> <Disclaimer />
</div> </div>
<InfoBox type='success'> <InfoBox type='success'>
No live planning data available currently for this building polygon via the Planning London DataHub. No live planning data are currently available for this building from the Planning London DataHub.
</InfoBox> </InfoBox>
</Fragment>); </Fragment>);
} else { } else {

View File

@ -65,6 +65,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
<DataEntryGroup name="Current/active applications (official data)" collapsed={false} > <DataEntryGroup name="Current/active applications (official data)" collapsed={false} >
<InfoBox> <InfoBox>
To see planning applications visualised for different periods click on the map key dropdown. To see planning applications visualised for different periods click on the map key dropdown.
To comment on applications follow the application link or find the application in local authority's portal and comment there.
</InfoBox> </InfoBox>
<PlanningDataOfficialDataEntry <PlanningDataOfficialDataEntry
shownData={props.building.planning_data ? props.building.planning_data.filter(item => isArchived(item) == false) : []} shownData={props.building.planning_data ? props.building.planning_data.filter(item => isArchived(item) == false) : []}
@ -237,7 +239,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
</DataEntryGroup> </DataEntryGroup>
<DataEntryGroup name="Heritage assets and building protection" collapsed={true} > <DataEntryGroup name="Heritage assets and building protection" collapsed={true} >
<InfoBox> <InfoBox>
Please help us produce the most accurate map possible of London's historic buildings, by adding data where missing and verifying official data where accurately mapped. Help us produce the most accurate map possible of London's historic buildings. Please add data if missing or click "Verify" where entries are correct.
</InfoBox> </InfoBox>
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={switchToBuildingProtectionMapStyle}> <button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={switchToBuildingProtectionMapStyle}>
{'Click here to see the historic buildings map'} {'Click here to see the historic buildings map'}