Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/frontend/config/data-fields-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
planning_in_conservation_area: {
category: Category.UrbanInfrastructure,
title: "Is the building in a conservation area?",
tooltip: "Is the building in any kind of special conservation area, such as...?",
tooltip: "Displayed data comes from <a href=\"http://www.bedfordpark.net/leo/planning/\" target=\"_blank\">Ian Hall</a>. Geometry of areas has been slightly simplified for technical reasons. Errors are not greater than 5 m compared to the original data. For planning purposes please always check with official local authority websites.",
example: true,
},
planning_in_conservation_area_id: {
Expand Down
Loading