Merge branch 'master' into colouring-core

This commit is contained in:
Mike Simpson 2023-02-08 10:54:04 +00:00
commit 3c0157d0ea
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
Help us produce the most accurate map possible for London's designated/protected buildings. Please add data if missing or click "Verify" where entries are correct.
</InfoBox>
<div className={`alert alert-dark`} role="alert" style={{ fontSize: 13, backgroundColor: "#f6f8f9" }}>
<i><div><u>Disclaimer</u>: Data for designated heritage assets has been accessed from <a href="https://historicengland.org.uk/listing/the-list/">the National Heritage List for England</a>. Source information for Conservation Area data can be accessed <a href="http://www.bedfordpark.net/leo/planning/">here</a>. Please note all data should be double checked against official sources where used for planning purposes'.</div></i>
<i><div><u>Disclaimer</u>: Data for designated heritage assets has been accessed from the <a href="https://historicengland.org.uk/listing/the-list/">National Heritage List for England</a>. Source information for Conservation Area data can be accessed <a href="http://www.bedfordpark.net/leo/planning/">here</a>. Please note all data should be double checked against official sources where used for planning purposes'.</div></i>
</div>
{
props.mapColourScale != "planning_combined" ?

View File

@ -184,7 +184,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
ref_osm_id: {
category: Category.Location,
title: "OSM ID",
title: "OpenStreetMap ID",
tooltip: "OpenStreetMap feature ID",
example: "",
},