Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions src/data/geocoderFields.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@

export const geocoderFields = [
{
name: "council",
display: "Council District",
name: "council_district",
display: "Current Council District",
geocoderColumn: "council_district",
description: "The city council district number this address belongs to.",
description: "The city council district number this address belongs to- Districts 2013.",
default: false,
},
{
name: "council_2026",
display: "Council District 2026",
geocoderColumn: "council_district_2026",
description: "The city council district number this address belongs to- Districts 2026.",
default: false,
},
{
Expand Down Expand Up @@ -51,14 +58,14 @@ export const geocoderFields = [
},
{
name: "census_block_2020",
display: "Census Geographies 2020",
display: "Census Geography 2020",
geocoderColumn: "census_block_geoid_2020",
description: "The 2020 census block this address belongs to.",
default: false
},
{
name: "census_block_2010",
display: "Census Geographies 2010",
display: "Census Geography 2010",
geocoderColumn: "census_block_geoid_2010",
description: "The 2010 census block this address belongs to.",
default: false
Expand Down
Loading