forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
karussell edited this page Dec 6, 2012
·
8 revisions
Bad news for you, good for me: GraphHopper is an open source project and there are no deadlines.
Nevertheless I will move the project along this road:
- more compact graph
- route instructions
- Implement OSM import for bike/foot (should be easy)
- full example of routing android (query by name not only by lat,lon)
- make routing correct (turn restrictions!)
- public transit: Time dependent graphs + algorithms and possibility to import GTFS
Done
- Make routing on German-size road networks working in Java and city-sized networks on Android.
- Make routing faster via bidirectional algorithms, contraction hierarchies, graph sorting, better OSM integration and more.