tweak descriptions
This commit is contained in:
parent
adf6418e2c
commit
01a11a30a6
@ -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 {
|
||||||
|
@ -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'}
|
||||||
|
Loading…
Reference in New Issue
Block a user