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

Add shape files representing churches and schools to the map #22

Closed
lindsaypoirier opened this issue Nov 14, 2018 · 0 comments
Closed

Comments

@lindsaypoirier
Copy link
Contributor

Users should be able to toggle on/off a layer that displays where churches and schools are located in comparison to liquor licensed establishments. According to the 200ft. there can be no liquor licensed establishments within 200ft of a church of a school. See: https://www.sla.ny.gov/system/files/200-500-foot-rules-050213.pdf

DCP's mapPLUTO shape files (there's one per borough) have a field for building class which designates if a building is classed as a:

M1 | CHURCH, SYNAGOGUE, CHAPEL
M2 | MISSION HOUSE (NON-RESIDENTIAL)
M3 | PARSONAGE, RECTORY
M4 | CONVENT
M9 | MISCELLANEOUS RELIGIOUS FACILITY

or

W1 | PUBLIC ELEMENTARY, JUNIOR OR SENIOR HIGH
W2 | PAROCHIAL SCHOOL, YESHIVA
W3 | SCHOOL OR ACADEMY

The code should select all polygons with these classes from the shape files and display them as a layer on the map when the layer is toggled on. On hovering, the user should be able to see the building's address, and its class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant