-
Notifications
You must be signed in to change notification settings - Fork 28
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
Link to specific special purpose district pages #434
Comments
we also should change the name of the districts from "Special District:125" to their correct name. |
We could possibly handle this like we handled the zoning district text: https://zola.planninglabs.nyc/zoning-district/R8B?commercial-overlays=false&preliminary-flood-insurance-rate=true&subway=false#13.8/40.7577/-73.9398 @chriswhong let's figure out the best path for this |
Here are the Manhattan: Bronx: Brooklyn: Queens: Staten Island: Citywide: |
We could use fuzzyset.js to return the closest-matching string. It's as good as basic URL guessing. |
Here is the mapping which partially uses the output from fuzzyset but is corrected where fuzzyset couldn't guess correctly: https://docs.google.com/spreadsheets/d/1REc-Pm9BSKHRZy5COY4fxEvVGz8WSCahF1-POhaJMc0/edit?usp=sharing. |
Now, all special districts link to a generic page on DCP's website:
It should be possible to link to specific special district info: https://www1.nyc.gov/site/planning/zoning/districts-tools/special-purpose-districts-citywide.page
The text was updated successfully, but these errors were encountered: