datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

wire up geocoding on council member map #16

Closed derekeder closed 8 years ago

derekeder commented 8 years ago

People should be able to look up their alderman based on their address. I believe we already have everything we need for doing this with OCD, right @evz?

evz commented 8 years ago

Yup. OCD will give us point in polygon lookups. We just need the point.

derekeder commented 8 years ago

Rad - I can hook that part up.

On Thu, Dec 31, 2015 at 1:34 PM, Eric van Zanten notifications@github.com wrote:

Yup. OCD will give us point in polygon lookups. We just need the point.

— Reply to this email directly or view it on GitHub https://github.com/datamade/django-councilmatic/issues/16#issuecomment-168237718 .

Derek Eder @derekeder https://twitter.com/#%21/derekeder derek@derekeder.com derekeder.com

derekeder commented 8 years ago

Working branch here https://github.com/datamade/django-councilmatic/tree/district-lookup

derekeder commented 8 years ago

closed via #24