Disclaimer: these data are currently incomplete and also often do not provide information on minor alterations. For comprehensive information on all applications please visit the local authorities' planning websites.
}
+const Disclaimer = () => { return
Disclaimer: Not all applications for London are displayed. Some boroughs do not yet provide planning data to the GLA. For comprehensive information on applications please visit the relevant local authority's planning website.
}
const MissingData = "not provided by data source"
@@ -100,10 +100,13 @@ const PlanningDataOfficialDataEntry: React.FC
+ {/* TODO: data[0] is problematic here... Compute it from listed elements and show all distinct variants? Error if they are not distinct? Hardcode it? */}
+
+ Planning application status is streamed using live data uploaded by local authorities to {data[0]["data_source_link"] ? {data[0]["data_source"]} : data[0]["data_source"] }.
+
- {/* TODO: data[0] is problematic here... Compute it from listed elements and show all distinct variants? Error if they are not distinct? Hardcode it? */}
-
Planning application status is streamed using live data uploaded by local authorities to the {data[0]["data_source_link"] ? {data[0]["data_source"]} : data[0]["data_source"] }.