forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
karussell edited this page Apr 9, 2013
·
8 revisions
Bad news for you, good for me: GraphHopper is an open source project and there are no deadlines.
- Route instructions
- Implement OSM import for bike/foot
- Full example of offline routing for Android (query by name, not only by lat,lon)
- Make routing more precise correct (turn restrictions, speed limits)
- Public transit: Time dependent graphs + algorithms and possibility to import GTFS
Done
- More compact graph (nodes along a way are stored in a separate storage => faster and reduced RAM usage)
- Made routing working world wide. Make German-sized sized networks working on Android.
- Made routing faster via bidirectional algorithms, contraction hierarchies, graph sorting, better OSM integration and some fine tuning.