civictechdc / districthousing

District Housing lets caseworkers help clients apply for Section 8 housing by automatically filling out multiple PDF applications using one online form.
http://codefordc.github.io/districthousing/
MIT License
40 stars 64 forks source link

Geocode HousingForms on the backend #342

Closed jrunningen closed 9 years ago

jrunningen commented 9 years ago

This replaces housing_locations.js.coffee with the geocoder gem. I'm using the geocoder gem as described in http://railscasts.com/episodes/273-geocoder?view=comments

Remove the seed_pdfs task and buildings.csv. These are obsoleted by automatic geocoding and the pull_pdfs task.

Fixes #341.