Remove winning party

This commit is contained in:
Andras Schmelczer 2026-04-09 21:58:24 +01:00
parent 8614acdfae
commit a98c54c5b8
12 changed files with 36 additions and 89 deletions

View file

@ -826,21 +826,6 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
FeatureGroup {
name: "Politics",
features: &[
Feature::Enum(EnumFeatureConfig {
name: "Winning party",
order: Some(&[
"Labour",
"Conservative",
"Liberal Democrat",
"Reform UK",
"Green",
"Other parties",
]),
description:
"Party that won the parliamentary constituency in the 2024 General Election",
detail: "The political party that won the most votes in the constituency covering this postcode, from the July 2024 UK General Election. Based on first-past-the-post results published by the UK Parliament. Constituencies were redrawn for 2024 using the Boundary Commission's 2023 review.",
source: "election-results",
}),
Feature::Numeric(FeatureConfig {
name: "% Labour",
bounds: Bounds::Fixed {