Skip to content

Commit

Permalink
Merge pull request #140 from localgovdrupal/fix/139-ons-wards-url
Browse files Browse the repository at this point in the history
updates ONS Wards url
  • Loading branch information
chriswales95 authored Nov 15, 2024
2 parents 06e8478 + 2d7ae0b commit 9a6fbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This dataset provides boundary data for UK Wards.

We also link to a different dataset in the plugin form which is used to help the user find the correct Local Authority
District Code for when specifying their electoral area. This dataset is
titled "[Local Authority Districts (April 2023) Names and Codes in the United Kingdom](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-united-kingdom/explore?showTable=true)".
titled "[Local Authority Districts (April 2023) Names and Codes in the United Kingdom](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-uk/explore)".

## Boundary Fetching Process

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function isConfigurable() {
*/
public function buildConfigurationForm(array $form, FormStateInterface $form_state) {

$url = "https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-united-kingdom/explore?showTable=true";
$url = "https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-uk/explore";

$form['lad'] = [
'#type' => 'textfield',
Expand Down

0 comments on commit 9a6fbec

Please sign in to comment.