From 8e9f01ad8cd79c2319ac877361af7044a5fa7e63 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 3 Nov 2023 14:40:27 +0000 Subject: [PATCH] chore: enable Barnet to query Planning Constraints (#2376) --- .../src/@planx/components/PlanningConstraints/Public.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx b/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx index c1fb00292f..0fd9e20269 100644 --- a/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx +++ b/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx @@ -58,7 +58,8 @@ function Component(props: Props) { // Configure which planx teams should query Digital Land (or continue to use custom GIS) and set URL params accordingly // In future, Digital Land will theoretically support any UK address and this list won't be necessary, but data collection still limited to select councils! const digitalLandOrganisations: string[] = [ - "opensystemslab", + "opensystemslab", // for UK-wide testing, subject to data availability + "barnet", "buckinghamshire", "canterbury", "camden",