File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 43
43
},
44
44
{
45
45
"id" : " cc_upcoming" ,
46
- "datasetName" : " City Council Districts - Upcoming 2024" ,
47
- "url" : " https://s-media.nyc.gov/agencies/dcp/assets/files/zip/data-tools/bytes/nycc_22c1.zip" ,
48
- "nameCol" : " CounDist" ,
49
- "nameAlt" : null
50
- },
51
- {
52
- "id" : " cc" ,
53
46
"datasetName" : " City Council Districts" ,
54
- "url" : " https://www .nyc.gov/assets/planning/download/ zip/data-maps/open-data/nycc_21a .zip" ,
47
+ "url" : " https://s-media .nyc.gov/agencies/dcp/assets/files/ zip/data-tools/bytes/nycc_22c1 .zip" ,
55
48
"nameCol" : " CounDist" ,
56
49
"nameAlt" : null
57
50
},
Original file line number Diff line number Diff line change @@ -116,19 +116,9 @@ export const layers: ILayers = {
116
116
icon : '🩺' ,
117
117
formatContent : name => format_default ( name )
118
118
} ,
119
- cc : {
120
- name : 'City Council Districts (Prior to 2024)' ,
121
- name_plural : 'City Council Districts (Prior to 2024)' ,
122
- description : 'The New York City Council lines prior to 2024.' ,
123
- description_url : 'https://council.nyc.gov/' ,
124
- sql : `SELECT * FROM all_bounds WHERE id = 'cc'` ,
125
- icon : '🗽' ,
126
- formatUrl : name => `https://council.nyc.gov/district-${ name } ` ,
127
- formatContent : name => format_default ( name )
128
- } ,
129
119
cc_upcoming : {
130
- name : 'City Council Districts (Current) ' ,
131
- name_plural : 'City Council Districts (Current) ' ,
120
+ name : 'City Council Districts' ,
121
+ name_plural : 'City Council Districts' ,
132
122
description :
133
123
'The New York City Council is the lawmaking body of New York City. It has 51 members from 51 council districts throughout the five boroughs. The district lines have been updated in 2024.' ,
134
124
description_url : 'https://council.nyc.gov/' ,
You can’t perform that action at this time.
0 commit comments