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:
This updates the nav layout to be closer to invision prototype (favs menu on right)
for now I've been lazy and just making map accessible through top nav bar rather than another menu screen or the page flip effect
currently this just centers on Sydney -- we need to add code to watch for the browser's location and center there
This doesn't yet handle sites with multiple stories.
There is only basic styling on the info window popup for markers -- doesn't yet match invision.
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:
Also, from the top level folder, make sure to rebuild the app:
Things to note: