Skip to content
Merged
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
5 changes: 3 additions & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@ module.exports = function (environment) {
['Special Mixed Use District (MX-9)', ['MX', 'citywide']],
['Special Mixed Use District (MX-18)', ['MX', 'citywide']],
['Special Mixed Use District (MX-19)', ['MX', 'citywide']],
['Special Mixed Use District (MX-20)', ['MX', 'citywide']],
['Special Mixed Use District (MX-21)', ['MX', 'citywide']],
['Special Mixed Use District (MX-22)', ['MX', 'citywide']],
['Special Mixed Use District (MX-23)', ['MX', 'citywide']],
['Special Mixed Use District (MX-24)', ['MX', 'citywide']],
['Special Mixed Use District (MX-25)', ['MX', 'citywide']],
['Special Mixed Use District (MX-26)', ['MX', 'citywide']],
['Special Mixed Use District (MX-27)', ['MX', 'citywide']],
['Special Fort Totten Natural Area District-4', ['NA', 'citywide']],
['Special Planned Community Preservation District', ['PC', 'citywide']],
['Special Scenic View District', ['SV', 'citywide']],
Expand All @@ -149,7 +150,6 @@ module.exports = function (environment) {
'Special E. Harlem Corridors/Transit Land Use Dist.',
['EHC', 'manhattan'],
],
['Special Garment Center District', ['GC', 'manhattan']],
['Special Governors Island District', ['GI', 'manhattan']],
['Special Hudson River Park District', ['HRP', 'manhattan']],
['Special Hudson Square District', ['HSQ', 'manhattan']],
Expand All @@ -159,6 +159,7 @@ module.exports = function (environment) {
['Special Little Italy District', ['LI', 'manhattan']],
['Special Lower Manhattan District', ['LM', 'manhattan']],
['Special Midtown District', ['MID', 'manhattan']],
['Special Midtown South Mixed Use District ', ['MSX', 'manhattan']],
['Special Manhattanville Mixed Use District', ['MMU', 'manhattan']],
['Special Madison Avenue Preservation District', ['MP', 'manhattan']],
['Special Park Improvement District', ['PI', 'manhattan']],
Expand Down
Loading