Skip to content

Commit

Permalink
feat: Hook up granular A4 GIS API variables for Gloucester (#3411)
Browse files Browse the repository at this point in the history
Co-authored-by: Dafydd Llŷr Pearson <[email protected]>
  • Loading branch information
augustlindemer and DafyddLlyr authored Jul 17, 2024
1 parent f73b730 commit 15786e7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions api.planx.uk/modules/gis/service/digitalLand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const localAuthorityMetadata: Record<string, LocalAuthorityMetadata> = {
doncaster: require("./local_authorities/metadata/doncaster"),
"epsom-and-ewell": require("./local_authorities/metadata/epsomAndEwell"),
gateshead: require("./local_authorities/metadata/gateshead"),
gloucester: require("./local_authorities/metadata/gloucester"),
lambeth: require("./local_authorities/metadata/lambeth"),
medway: require("./local_authorities/metadata/medway"),
newcastle: require("./local_authorities/metadata/newcastle"),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
LAD20CD: E07000081
LAD20NM: Gloucester
LAD20NMW:
FID:
https://www.planning.data.gov.uk/entity/?dataset=article-4-direction&dataset=article-4-direction-area&geometry_curie=statistical-geography%3AE07000081&entry_date_day=&entry_date_month=&entry_date_year=
https://docs.google.com/spreadsheets/d/1ALSH4hiupdUlrA7Rq7jhfHnWr0-PcB-IzhsztPLl7FY/edit?gid=0#gid=0
*/

import { LocalAuthorityMetadata } from "../../digitalLand";

const planningConstraints: LocalAuthorityMetadata["planningConstraints"] = {
article4: {
// Planx granular values link to Digital Land entity.reference
records: {
"article4.gloucester.southgateStreetConservationArea":
"Southgate Street Conservation Area",
"article4.gloucester.stMichaelsSquare":
"St Michael’s Square Article 4 direction",
},
},
};

export { planningConstraints };

0 comments on commit 15786e7

Please sign in to comment.