Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

715 Glossary Link Direct Download #716

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/templates/components/needs-statements.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{#unless showAll}}
<button class="button small hollow no-margin" onclick={{action 'toggleList'}}><strong>Show All Needs Statements</strong></button>
{{/unless}}
<a href="https://docs.google.com/viewer?url=https://github.com/NYCPlanning/labs-cd-needs-statements/raw/master//Community_District_Needs_Glossary.pdf" target="_blank">
<a href="https://github.com/NYCPlanning/labs-cd-needs-statements/raw/master/Community_District_Needs_Glossary.pdf" target="_blank">
<button class="button small hollow no-margin"><FaIcon @icon="file-pdf" />&nbsp;<strong>Glossary</strong></button>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/profile.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<h3 class="section-header">
<a href='#built-environment'><FaIcon @icon="building" /> Built Environment</a>
</h3>
<p class="section-header-description">This section offers a survey of the land uses that currently exist in each district, the zoning that will guide its development, and the public facilities that serve its residents. To find out more about land use and zoning in New York City, visit <a href="http://maps.nyc.gov/doitt/nycitymap/template?applicationName=ZOLA" target="_blank">ZoLa</a> or download the full Primary Land Use Tax Lot Output (PLUTO) and MapPLUTO <a href="https://www1.nyc.gov/site/planning/data-maps/open-data.page" target="_blank">datasets</a>. For more detailed information on New York City’s public facilities, visit the <a href="http://capitalplanning.nyc/facilities" target="_blank">NYC Facilities Explorer</a>.</p>
<p class="section-header-description">This section offers a survey of the land uses that currently exist in each district, the zoning that will guide its development, and the public facilities that serve its residents. To find out more about land use and zoning in New York City, visit <a href="http://maps.nyc.gov/doitt/nycitymap/template?applicationName=ZOLA" target="_blank">ZoLa</a> or download the full Primary Land Use Tax Lot Output (PLUTO) and MapPLUTO <a href="https://www1.nyc.gov/site/planning/data-maps/open-data.page" target="_blank">datasets</a>. For more detailed information on New York City’s public facilities, visit the <a href="http://capitalplanning.nyc.gov/facilities" target="_blank">NYC Facilities Explorer</a>.</p>

<h4 class="subsection-header"><strong>Land Use {{info-tooltip tip="Primary Land Use Tax Lot Output (PLUTO) release 20v4. Chart provides total lot area by land use type according to NYC Department of Finance lot measurements."}}</strong></h4>
<div class="callout">
Expand Down