Skip to content

Commit

Permalink
Update LADs and CAs. #526
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Oct 22, 2024
1 parent fce1663 commit f375608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/lib/browse/layers/areas/CombinedAuthorities.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
function onClick(e: CustomEvent<LayerClickInfo>) {
window.open(
`https://www.ons.gov.uk/visualisations/areas/${
e.detail.features[0].properties!.CAUTH22CD
e.detail.features[0].properties!.CAUTH24CD
}`,
"_blank",
);
Expand All @@ -39,10 +39,10 @@
<span slot="help">
<p>
Data from <ExternalLink
href="https://geoportal.statistics.gov.uk/datasets/ons::combined-authorities-december-2022-boundaries-en-buc/explore"
href="https://geoportal.statistics.gov.uk/datasets/8369f71423ba474ebdbac60a539b53c8_0/explore"
>
ONS Geography
</ExternalLink>, as of December 2022.
</ExternalLink>, as of May 2024.
</p>
<OsOglLicense />
</span>
Expand Down
6 changes: 3 additions & 3 deletions src/lib/browse/layers/areas/LocalAuthorityDistricts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
function onClick(e: CustomEvent<LayerClickInfo>) {
window.open(
`https://www.ons.gov.uk/visualisations/areas/${
e.detail.features[0].properties!.LAD23CD
e.detail.features[0].properties!.LAD24CD
}`,
"_blank",
);
Expand All @@ -39,10 +39,10 @@
<span slot="help">
<p>
Data from <ExternalLink
href="https://geoportal.statistics.gov.uk/maps/79a4e87783be4b6bbb96ddad6dda52a3"
href="https://geoportal.statistics.gov.uk/datasets/fb6ab0ce776243339e45e33444f431c8_0/explore"
>
ONS Geography
</ExternalLink>, as of January 2024.
</ExternalLink>, as of May 2024.
</p>
<OsOglLicense />
</span>
Expand Down

0 comments on commit f375608

Please sign in to comment.