CodeforAustralia / heritage-near-me

🔎 Heritage Near Me web app prototype
23 stars 6 forks source link

add map #115

Closed techieshark closed 8 years ago

techieshark commented 8 years ago

Fixes #12

This really needs a proper review (test on your own machine before merging). In fact, it's probably not really ready for merge yet (see notes below, but it is ready for some testing, and could be merged if we want to make incremental changes later - i.e. Jesse if you want to do styling feel free to merge to master then work from there).

The API changed to make this work. From the top level folder, run this before testing:

cd backend
psql hnm -f hnm-views+functions.sql

Also, from the top level folder, make sure to rebuild the app:

cd prototype
make app

Things to note: