-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference and style layers for City of Yes for Housing Opportunity closes #342
- Loading branch information
1 parent
d57cf31
commit 3e4eaa1
Showing
5 changed files
with
319 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"id": "cho-greater-transit-zone", | ||
"legend": { | ||
"label": "Greater Transit Zone", | ||
"tooltip": "The rules for Qualifying Residential Sites are modified by a lot’s relationship to the Greater Transit Zone. Being located within the Greater Transit Zone may allow for more or different development opportunities.", | ||
"infolink": "https://zr.planning.nyc.gov", | ||
"icon": { | ||
"type": "rectangle", | ||
"layers": [ | ||
{ | ||
"fill": "rgba(254, 113, 37, 0.3)", | ||
"stroke": "rgba(254, 113, 37, 0.6)", | ||
"stroke-dasharray": "1" | ||
} | ||
] | ||
} | ||
}, | ||
"layers": [ | ||
{ | ||
"style": { | ||
"id": "cho-greater-transit-zone-line", | ||
"type": "line", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-greater-transit-zone", | ||
"paint": { | ||
"line-width": { | ||
"stops": [ | ||
[ | ||
11, | ||
1 | ||
], | ||
[ | ||
12, | ||
3 | ||
] | ||
] | ||
}, | ||
"line-color": "rgba(254, 113, 37, 0.6)", | ||
"line-dasharray": [ | ||
1, | ||
1 | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-greater-transit-zone-fill", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-greater-transit-zone", | ||
"paint": { | ||
"fill-color": "rgba(254, 113, 37, 0.3)" | ||
}, | ||
"layout": {} | ||
}, | ||
"highlightable": true, | ||
"tooltipable": true, | ||
"tooltipTemplate": "Greater Transit Zone" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,239 @@ | ||
{ | ||
"id": "cho-transit-zones", | ||
"legend": { | ||
"label": "Transit Zones Parking Geographies", | ||
"infolink": "https://zr.planning.nyc.gov", | ||
"items": [ | ||
{ | ||
"label": "MN Core and LIC Parking Areas", | ||
"tooltip": "Geography defined in ZR#12-10 Definitions under Manhattan Core and ZR#16-02 Definitions and parking requirements defined in ZR#13-041 Applicability of parking regulations within the Manhattan Core and ZR#16-051 Applicability of parking regulations within the Long Island City area", | ||
"icon": { | ||
"type": "fa-icon", | ||
"layers": [ | ||
{ | ||
"fa-icon": "square", | ||
"color": "rgba(115, 0, 76, 0.2)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"label": "Inner Transit Zone", | ||
"tooltip": "Geography defined in ZR#12-10 Definitions under Transit Zone, Inner and parking requirements defined in ZR#25-21 Required Parking in the Inner Transit Zone", | ||
"icon": { | ||
"type": "fa-icon", | ||
"layers": [ | ||
{ | ||
"fa-icon": "square", | ||
"color": "rgba(4, 82, 239, 0.2)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"label": "Outer Transit Zone", | ||
"tooltip": "Geography defined in ZR#12-10 Definitions under Transit Zone, Outer and parking requirements defined in ZR#25-22 Required Parking in the Outer Transit Zone", | ||
"icon": { | ||
"type": "fa-icon", | ||
"layers": [ | ||
{ | ||
"fa-icon": "square", | ||
"color": "rgba(0, 197, 255, 0.2)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"label": "Special 25-241 Parking Provisions", | ||
"tooltip": "Geography defined in ZR#25-241 Special Provisions for Certain Community Districts", | ||
"icon": { | ||
"type": "square-hatch", | ||
"layers": [ | ||
{ | ||
"backgroundColor": "rgba(0, 197, 255, 0.2)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"label": "Beyond the Greater Transit Zone", | ||
"tooltip": "Parking requirements defined in ZR#25-23 Required Parking beyond the Greater Transit Zone", | ||
"icon": { | ||
"type": "fa-icon", | ||
"layers": [ | ||
{ | ||
"fa-icon": "square", | ||
"color": "rgba(117, 103, 103, 0.2)" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"layers": [ | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-line", | ||
"type": "line", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"line-width": { | ||
"stops": [ | ||
[ | ||
11, | ||
1 | ||
], | ||
[ | ||
12, | ||
3 | ||
] | ||
] | ||
}, | ||
"line-color":"rgba(115, 115, 115, 0.6)", | ||
"line-dasharray": [ | ||
1, | ||
1 | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-fill-core", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"fill-color": "rgba(115, 0, 76, 0.2)" | ||
}, | ||
"filter": [ | ||
"all", | ||
[ | ||
"==", | ||
"name", | ||
"Manhattan Core and Long Island City Parking Areas" | ||
] | ||
], | ||
"layout": {} | ||
}, | ||
"highlightable": true, | ||
"tooltipable": true, | ||
"tooltipTemplate": "Transit Zone Parking Geographies - {{{name}}}" | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-fill-inner", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"fill-color": "rgba(4, 82, 239, 0.2)" | ||
}, | ||
"filter": [ | ||
"all", | ||
[ | ||
"==", | ||
"name", | ||
"Inner Transit Zone" | ||
] | ||
], | ||
"layout": {} | ||
}, | ||
"highlightable": true, | ||
"tooltipable": true, | ||
"tooltipTemplate": "Transit Zone Parking Geographies - {{{name}}}" | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-fill-outer", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"fill-color": "rgba(0, 197, 255, 0.2)" | ||
}, | ||
"filter": [ | ||
"all", | ||
[ | ||
"==", | ||
"name", | ||
"Outer Transit Zone" | ||
] | ||
], | ||
"layout": {} | ||
}, | ||
"highlightable": true, | ||
"tooltipable": true, | ||
"tooltipTemplate": "Transit Zone Parking Geographies - {{{name}}}" | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-fill-special-base", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"fill-color": "rgba(0, 197, 255, 0.2)" | ||
}, | ||
"filter": [ | ||
"all", | ||
[ | ||
"==", | ||
"name", | ||
"Special 25-241 Parking Provisions" | ||
] | ||
], | ||
"layout": {} | ||
}, | ||
"highlightable": true, | ||
"tooltipable": true, | ||
"tooltipTemplate": "Transit Zone Parking Geographies - {{{name}}}" | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-fill-special-hatch", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"fill-pattern": "black-diagonal-1px" | ||
}, | ||
"filter": [ | ||
"all", | ||
[ | ||
"==", | ||
"name", | ||
"Special 25-241 Parking Provisions" | ||
] | ||
], | ||
"layout": {} | ||
}, | ||
"highlightable": false, | ||
"tooltipable": false | ||
}, | ||
{ | ||
"style": { | ||
"id": "cho-transit-zones-fill-beyond", | ||
"type": "fill", | ||
"source": "supporting-zoning", | ||
"source-layer": "cho-transit-zones", | ||
"paint": { | ||
"fill-color": "rgba(117, 103, 103, 0.2)" | ||
}, | ||
"filter": [ | ||
"all", | ||
[ | ||
"==", | ||
"name", | ||
"Beyond the Greater Transit Zone" | ||
] | ||
], | ||
"layout": {} | ||
}, | ||
"highlightable": true, | ||
"tooltipable": true, | ||
"tooltipTemplate": "Transit Zone Parking Geographies - {{{name}}}" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters