Skip to content

Commit

Permalink
Remove maps for Newcastle
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoWill committed Mar 12, 2024
1 parent f291c20 commit 9b425c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ def address_record_to_dict(self, record):
return super().address_record_to_dict(record)

def station_record_to_dict(self, record):
# Council has asked us not to show polling station locations
record = record._replace(
polling_place_uprn="", polling_place_easting="", polling_place_northing=""
)

# All postcodes below are provided by the council:

# St Aidan`s Community Centre, Princes Road, Brunton Park, Gosforth
Expand Down

0 comments on commit 9b425c6

Please sign in to comment.