configurable OSM offline router with elevation awareness, Java + Android
Find a file
abrensch 79fb1b607b
Merge pull request #132 from Phyks/gpxTrackName
Add a "trackName" GET parameter to the server part
2018-12-12 22:20:21 +01:00
brouter-codec Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
brouter-core Add tests for RoutingContext.calcAngle 2018-12-11 11:59:59 +01:00
brouter-expressions Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
brouter-map-creator Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
brouter-mapaccess Better distance computation (revisited) 2018-12-07 00:45:12 +01:00
brouter-mem-router Make nogo weight proportional to nogo distance 2018-12-11 08:53:43 +01:00
brouter-routing-app Radius are now stored in meters, to easily account for different 2018-12-07 08:58:57 +01:00
brouter-server Add a "trackName" GET parameter to the server part to let users specify 2018-12-12 15:47:08 +01:00
brouter-util Fix a small bug in lat computation in CheapRulerSingleton and update 2018-12-11 11:20:10 +01:00
misc Merge pull request #107 from saraedum/patch-1 2018-12-07 00:55:18 +01:00
.gitignore ignore Intellij project files 2017-10-15 10:27:10 +02:00
LICENSE Initial commit 2014-01-13 06:36:15 -08:00
pom.xml 1.4.11 preps 2018-04-02 22:41:55 +02:00
README.md Update README.md 2017-07-15 21:01:59 +02:00

BRouter

BRouter is a configurable OSM offline router with elevation awareness, Java + Android. Designed to be multi-modal with a particular emphasis on bicycle routing.

For more infos see http://brouter.de/brouter

Get it on F-Droid Get it on Google Play

Compile with (Java 6!):

mvn clean install -Dandroid.sdk.path=

Related Projects