Skip to content

Commit

Permalink
chore: enable Barnet to query Planning Constraints (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Nov 3, 2023
1 parent 115259b commit 8e9f01a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e9f01a

Please sign in to comment.