We're working to help neighborhoods help themselves by giving them easy access to useful data to allow them to identify and track problem areas in their neighborhood.
Landing Page is not responding very well. It's because the backend is trying to fetch all of the coordinates from the database.
For this solution, we will instead just utilize the google maps GeoJSON method to just load in the dataset straight from socrata. Do note though that it's returning null neighborhood names, and that we must filter those out of the dataset for now.
Landing Page is not responding very well. It's because the backend is trying to fetch all of the coordinates from the database.
For this solution, we will instead just utilize the google maps GeoJSON method to just load in the dataset straight from socrata. Do note though that it's returning null neighborhood names, and that we must filter those out of the dataset for now.