Skip to content

Commit 6d4a73f

Browse files
committed
Updated special district crosswalk to reflect updated anchors
1 parent b137c8c commit 6d4a73f

File tree

1 file changed

+45
-74
lines changed

1 file changed

+45
-74
lines changed

config/environment.js

Lines changed: 45 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -88,85 +88,55 @@ module.exports = function (environment) {
8888
['Special Harlem River Waterfront District', ['HRW', 'bronx']],
8989
['Special Jerome Corridor District', ['J', 'bronx']],
9090
['Special Eastchester – East Tremont Corridor', ['ETC', 'bronx']],
91-
['Special Natural Area District-1', ['natural_area', 'bronx']],
92-
['Special Natural Area District-2', ['natural_area', 'bronx']],
93-
['Special Natural Area District-3', ['natural_area', 'bronx']],
91+
['Special Natural Area District-1', ['NA', 'bronx']],
92+
['Special Natural Area District-2', ['NA', 'bronx']],
93+
['Special Natural Area District-3', ['NA', 'bronx']],
9494
['Special Bay Ridge District', ['BR', 'brooklyn']],
9595
['Special Coney Island District', ['CI', 'brooklyn']],
9696
['Special Coney Island Mixed Use District', ['CO', 'brooklyn']],
9797
['Special Downtown Brooklyn District', ['DB', 'brooklyn']],
9898
['Special Ocean Parkway District', ['OP', 'brooklyn']],
9999
['Special Sheepshead Bay District', ['SB', 'brooklyn']],
100-
['Special Coastal Risk District 1', ['CR-1', 'queens']],
101-
['Special Coastal Risk District 2', ['CR-2', 'queens']],
102-
['Special Coastal Risk District 3', ['CR-3', 'staten-island']],
103-
['Special Coastal Risk District 4', ['CR-4', 'brooklyn']],
100+
['Special Coastal Risk District 1', ['CR', 'queens']],
101+
['Special Coastal Risk District 2', ['CR', 'queens']],
102+
['Special Coastal Risk District 3', ['CR', 'staten-island']],
103+
['Special Coastal Risk District 4', ['CR', 'brooklyn']],
104104
['Special Limited Commercial District', ['LC', 'citywide']],
105-
[
106-
'Special Mixed Use Dist./Enhanced Comm. Dist. 5',
107-
['mixed_use', 'citywide'],
108-
],
109-
[
110-
'Special Mixed Use Dist./Enhanced Comm. Dist. 6',
111-
['mixed_use', 'citywide'],
112-
],
113-
['Special Mixed Use District (MX-1)', ['mixed_use', 'citywide']],
114-
['Special Mixed Use District (MX-10)', ['mixed_use', 'citywide']],
115-
['Special Mixed Use District (MX-11)', ['mixed_use', 'citywide']],
116-
['Special Mixed Use District (MX-12)', ['mixed_use', 'citywide']],
117-
['Special Mixed Use District (MX-13)', ['mixed_use', 'citywide']],
118-
['Special Mixed Use District (MX-14)', ['mixed_use', 'citywide']],
119-
['Special Mixed Use District (MX-15)', ['mixed_use', 'citywide']],
120-
['Special Mixed Use District (MX-16)', ['mixed_use', 'citywide']],
121-
['Special Mixed Use District (MX-17)', ['mixed_use', 'citywide']],
122-
['Special Mixed Use District (MX-2)', ['mixed_use', 'citywide']],
123-
['Special Mixed Use District (MX-4)', ['mixed_use', 'citywide']],
124-
['Special Mixed Use District (MX-5)', ['mixed_use', 'citywide']],
125-
['Special Mixed Use District (MX-6)', ['mixed_use', 'citywide']],
126-
['Special Mixed Use District (MX-7)', ['mixed_use', 'citywide']],
127-
['Special Mixed Use District (MX-8)', ['mixed_use', 'citywide']],
128-
['Special Mixed Use District (MX-9)', ['mixed_use', 'citywide']],
129-
['Special Mixed Use District (MX-18)', ['mixed_use', 'citywide']],
130-
['Special Mixed Use District (MX-19)', ['mixed_use', 'citywide']],
131-
['Special Mixed Use District (MX-20)', ['mixed_use', 'citywide']],
132-
['Special Mixed Use District (MX-21)', ['mixed_use', 'citywide']],
133-
['Special Mixed Use District (MX-22)', ['mixed_use', 'citywide']],
134-
['Special Mixed Use District (MX-23)', ['mixed_use', 'citywide']],
135-
['Special Mixed Use District (MX-24)', ['mixed_use', 'citywide']],
136-
['Special Mixed Use District (MX-25)', ['mixed_use', 'citywide']],
137-
[
138-
'Special Fort Totten Natural Area District-4',
139-
['natural_area', 'citywide'],
140-
],
141-
[
142-
'Special Planned Community Preservation District',
143-
['planned_community', 'citywide'],
144-
],
145-
['Special Scenic View District', ['scenic_view', 'citywide']],
146-
[
147-
'Special Enhanced Commercial District 4',
148-
['special_enhanced', 'citywide'],
149-
],
150-
[
151-
'Special Enhanced Commercial District 5',
152-
['special_enhanced', 'citywide'],
153-
],
154-
[
155-
'Special Enhanced Commercial District 6',
156-
['special_enhanced', 'citywide'],
157-
],
158-
[
159-
'Special Enhanced Commercial District 1',
160-
['special_enhanced', 'citywide'],
161-
],
162-
[
163-
'Special Enhanced Commercial District 2',
164-
['special_enhanced', 'citywide'],
165-
],
166-
[
167-
'Special Enhanced Commercial District 3',
168-
['special_enhanced', 'citywide'],
169-
],
105+
['Special Mixed Use Dist./Enhanced Comm. Dist. 5', ['MX', 'citywide']],
106+
['Special Mixed Use Dist./Enhanced Comm. Dist. 6', ['MX', 'citywide']],
107+
['Special Mixed Use District (MX-1)', ['MX', 'citywide']],
108+
['Special Mixed Use District (MX-10)', ['MX', 'citywide']],
109+
['Special Mixed Use District (MX-11)', ['MX', 'citywide']],
110+
['Special Mixed Use District (MX-12)', ['MX', 'citywide']],
111+
['Special Mixed Use District (MX-13)', ['MX', 'citywide']],
112+
['Special Mixed Use District (MX-14)', ['MX', 'citywide']],
113+
['Special Mixed Use District (MX-15)', ['MX', 'citywide']],
114+
['Special Mixed Use District (MX-16)', ['MX', 'citywide']],
115+
['Special Mixed Use District (MX-17)', ['MX', 'citywide']],
116+
['Special Mixed Use District (MX-2)', ['MX', 'citywide']],
117+
['Special Mixed Use District (MX-4)', ['MX', 'citywide']],
118+
['Special Mixed Use District (MX-5)', ['MX', 'citywide']],
119+
['Special Mixed Use District (MX-6)', ['MX', 'citywide']],
120+
['Special Mixed Use District (MX-7)', ['MX', 'citywide']],
121+
['Special Mixed Use District (MX-8)', ['MX', 'citywide']],
122+
['Special Mixed Use District (MX-9)', ['MX', 'citywide']],
123+
['Special Mixed Use District (MX-18)', ['MX', 'citywide']],
124+
['Special Mixed Use District (MX-19)', ['MX', 'citywide']],
125+
['Special Mixed Use District (MX-20)', ['MX', 'citywide']],
126+
['Special Mixed Use District (MX-21)', ['MX', 'citywide']],
127+
['Special Mixed Use District (MX-22)', ['MX', 'citywide']],
128+
['Special Mixed Use District (MX-23)', ['MX', 'citywide']],
129+
['Special Mixed Use District (MX-24)', ['MX', 'citywide']],
130+
['Special Mixed Use District (MX-25)', ['MX', 'citywide']],
131+
['Special Fort Totten Natural Area District-4', ['NA', 'citywide']],
132+
['Special Planned Community Preservation District', ['PC', 'citywide']],
133+
['Special Scenic View District', ['SV', 'citywide']],
134+
['Special Enhanced Commercial District 4', ['EC', 'citywide']],
135+
['Special Enhanced Commercial District 5', ['EC', 'citywide']],
136+
['Special Enhanced Commercial District 6', ['EC', 'citywide']],
137+
['Special Enhanced Commercial District 1', ['EC', 'citywide']],
138+
['Special Enhanced Commercial District 2', ['EC', 'citywide']],
139+
['Special Enhanced Commercial District 3', ['EC', 'citywide']],
170140
[
171141
'Special 125th Street Dist./Transit Land use Dist.',
172142
['125th', 'manhattan'],
@@ -197,7 +167,7 @@ module.exports = function (environment) {
197167
['Special Tribeca Mixed Use District', ['TMU', 'manhattan']],
198168
['Special United Nations Development District', ['U', 'manhattan']],
199169
['Special Union Square District', ['US', 'manhattan']],
200-
['Special West Chelsea District', ['WCh', 'manhattan']],
170+
['Special West Chelsea District', ['WCH', 'manhattan']],
201171
['Special College Point District', ['CP', 'queens']],
202172
['Special Downtown Far Rockaway District', ['DFR', 'queens']],
203173
['Special Downtown Jamaica District', ['DJ', 'queens']],
@@ -213,8 +183,9 @@ module.exports = function (environment) {
213183
['Special Gowanus Mixed-Use District', ['G', 'brooklyn']],
214184
['Special SoHo-NoHo Mixed Use District', ['SNX', 'manhattan']],
215185
['Special Brooklyn Navy Yard', ['BNY', 'brooklyn']],
216-
['Special 125th Street District', ['125th', 'manhattan']],
186+
['Special 125th Street District', ['125', 'manhattan']],
217187
['Special Enhanced Commercial District', ['EC', ' brooklyn']],
188+
['Special Flushing Waterfront District', ['FW', 'queens']],
218189
],
219190

220191
zoningDistrictOptionSets: [

0 commit comments

Comments
 (0)