Remove winning party
This commit is contained in:
parent
8614acdfae
commit
a98c54c5b8
12 changed files with 36 additions and 89 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue