-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jessica McInchak <[email protected]>
- Loading branch information
1 parent
6b92ea6
commit 51e5ea3
Showing
5 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
api.planx.uk/modules/gis/service/local_authorities/metadata/gateshead.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
LAD20CD: E08000037 | ||
LAD20NM: Gateshead | ||
LAD20NMW: | ||
FID: | ||
https://www.planning.data.gov.uk/entity/?dataset=article-4-direction-area&geometry_curie=statistical-geography%3AE08000037&entry_date_day=&entry_date_month=&entry_date_year= | ||
https://docs.google.com/spreadsheets/d/13RdEvCfydfSx6R6p4S742xubOhfea-tvR3n95sYUpvs/edit#gid=0 | ||
*/ | ||
|
||
import { LocalAuthorityMetadata } from "../../digitalLand"; | ||
|
||
const planningConstraints: LocalAuthorityMetadata["planningConstraints"] = { | ||
article4: { | ||
// Planx granular values link to Digital Land article-4-direction dataset and entity.reference | ||
records: { | ||
"article4.gateshead.saltwell.D1": "A401-01", | ||
"article4.gateshead.saltwell.D2": "A402-01", | ||
"article4.gateshead.saltwell.D3": "A403-01", | ||
"article4.gateshead.saltwell.D4": "A404-01", | ||
"article4.gateshead.saltwell.D5": "A405-01", | ||
}, | ||
}, | ||
}; | ||
|
||
export { planningConstraints }; |
31 changes: 31 additions & 0 deletions
31
api.planx.uk/modules/gis/service/local_authorities/metadata/tewkesbury.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
LAD20CD: E07000083 | ||
LAD20NM: Tewkesbury | ||
LAD20NMW: | ||
FID: | ||
https://www.planning.data.gov.uk/entity/?dataset=article-4-direction-area&geometry_curie=statistical-geography%3AE07000083&entry_date_day=&entry_date_month=&entry_date_year=#52.00734014476549,-2.034074923920798,15.123289382038873z | ||
https://docs.google.com/spreadsheets/d/19VMxVhzIt3z1CcvlhELuUxablfbw40Ri/edit#gid=1979469480 | ||
*/ | ||
|
||
import { LocalAuthorityMetadata } from "../../digitalLand"; | ||
|
||
const planningConstraints: LocalAuthorityMetadata["planningConstraints"] = { | ||
article4: { | ||
// Planx granular values link to Digital Land article-4-direction dataset and entity.reference | ||
records: { | ||
"article4.tewkesbury.ashleworthgreen": "A4Da2", | ||
"article4.tewkesbury.buckland": "A4Da3", | ||
"article4.tewkesbury.dumbleton": "A4Da4", | ||
"article4.tewkesbury.forthampton": "A4Da5", | ||
"article4.tewkesbury.laverton": "A4Da7", | ||
"article4.tewkesbury.stanton": "A4Da8", | ||
"article4.tewkesbury.tewkesbury": "A4Da9", | ||
"article4.tewkesbury.twyningchurchend": "A4Da1", | ||
"article4.tewkesbury.washbourne": "A4Da6", | ||
"article4.tewkesbury.winchcombe": "A4Da10", | ||
}, | ||
}, | ||
}; | ||
|
||
export { planningConstraints }; |
Oops, something went wrong.