-
Notifications
You must be signed in to change notification settings - Fork 18
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 wards + ability to click to see routes in ward #54
Conversation
✅ Deploy Preview for sprightly-muffin-751ffc ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for creative-quokka-61f1f5 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Adjust ward map style.
I believe the opacity issue has to do with incorrect implementation of react-leaflet. I'm starting a new branch to refactor the map components. Each route and boundary is getting its own key now, but we need to update the code to deal with props and state. |
blocked by #60 |
Closing as stale, can revisit if someone wants to take this on another time |
Adds a ward map, additional filters, and clicking on a ward will pull up all routes that touch that ward.
Also removed a few data files that are not in use.