Skip to content

Commit

Permalink
Use london bouroughs for compass
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Aug 23, 2024
1 parent af998e7 commit 9c671b4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
3 changes: 3 additions & 0 deletions archive.zip
Git LFS file not shown
16 changes: 8 additions & 8 deletions data/aac-services-geo.geojson

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,19 @@
],
"email": "[email protected]",
"servicesOffered": ["aac"],
"ccgCodes": ["E54000027", "E54000031"],
"ccgCodes": [
"Brent",
"Croydon",
"Ealing",
"Harrow",
"Hillingdon",
"Hounslow",
"Kingston upon Thames",
"Merton",
"Richmond upon Thames",
"Sutton",
"Wandsworth"
],
"caseload": "All",
"serviceColour": null,
"provider": null,
Expand Down
3 changes: 3 additions & 0 deletions scripts/create-geo-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ const writeGeoJsonForServices = (currentServiceList, outputName) => {

const Scotland = require("../archive/health-boards-small.json");

const LondonBoroughs = require("../archive/Upper_Tier_Local_Authorities_December_2022_Boundaries_UK_BFC_-582766102348601148.json");

const PRIORITY_ORDER_GEOJSON = [
{ map: LondonBoroughs, key: "UTLA22NM" },
{ map: ICBs, key: "ICB23CD" },
{ map: NorthernIreland, key: "isNorthernIreland" },
{ map: AllWales, key: "isAllOfWales" },
Expand Down

0 comments on commit 9c671b4

Please sign in to comment.