Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Jackson-ONS committed Jan 29, 2024
1 parent 52b9e37 commit 6068869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup/ingest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ geography = "lsoa"

[boundaries.lsoa]
"filename" = "data/resources/LSOA_boundaries.geojson"
"url" = "https=//services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/Lower_layer_Super_Output_Areas_2021_EW_BSC_v2/FeatureServer/0/query"
"url" = "https://services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/Lower_layer_Super_Output_Areas_2021_EW_BSC_v2/FeatureServer/0/query"

[boundaries.bua]
"filename" = "data/resources/BUA_boundaries.geojson"
"url" = "https=//services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/BUA_2022_GB/FeatureServer/0/query"
"url" = "https://services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/BUA_2022_GB/FeatureServer/0/query"
# oa
# ttwa
# region

0 comments on commit 6068869

Please sign in to comment.