We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c06c311 + 0ad9a44 commit ff91c80Copy full SHA for ff91c80
1 file changed
src/data/geocoderFields.js
@@ -1,9 +1,9 @@
1
2
export const geocoderFields = [
3
{
4
- name: "council_2013",
+ name: "council_district",
5
display: "Current Council District",
6
- geocoderColumn: "council_district_2013",
+ geocoderColumn: "council_district",
7
description: "The city council district number this address belongs to- Districts 2013.",
8
default: false,
9
},
@@ -69,8 +69,5 @@ export const geocoderFields = [
69
geocoderColumn: "census_block_geoid_2010",
70
description: "The 2010 census block this address belongs to.",
71
default: false
72
- },
73
- {
74
-
75
}
76
];
0 commit comments