Skip to content

Commit

Permalink
station change from STE council
Browse files Browse the repository at this point in the history
  • Loading branch information
awdem authored and GeoWill committed Apr 10, 2024
1 parent ebcd993 commit 248e42b
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,15 @@ def station_record_to_dict(self, record):
if rec["internal_council_id"] == "16948":
rec["location"] = Point(-2.150279, 52.965307, srid=4326)

# Station change from council:
if record.polling_place_id == "16862":
record = record._replace(
polling_place_name="Wheatsheaf Hotel",
polling_place_address_1="Sheaf Street",
polling_place_address_2="Shelton",
polling_place_address_3="",
polling_place_address_4="Stoke-on-Trent",
polling_place_postcode="ST1 4LW",
)

return rec

0 comments on commit 248e42b

Please sign in to comment.