codeforboston / bypath

An app to help make citywide navigation easier.
http://bypath.heroku.com
MIT License
7 stars 7 forks source link

User navigation #58

Open AlexMerritt opened 8 years ago

AlexMerritt commented 8 years ago

Reroute a users route based on the issues we have flagged.

AlexMerritt commented 8 years ago

Look at map quest apis. Look at leaflet for mapping tool.

AlexMerritt commented 8 years ago

Once we have the postgis database up we can create a new table for navigations. Since we will want to cache the navigation directions it probably would be better to move it to the back end.

AlexMerritt commented 8 years ago

Might want to check out http://pgrouting.org/ for a routing db