configurable OSM offline router with elevation awareness, Java + Android
Find a file
2019-07-20 19:33:55 +02:00
brouter-codec some microtuning 2019-07-20 10:10:51 +02:00
brouter-core Add an option to export waypoints in GeoJSON tracks 2019-07-20 19:33:55 +02:00
brouter-expressions some microtuning 2019-07-20 10:10:51 +02:00
brouter-map-creator 1.5.0 preparations 2019-06-30 17:34:21 +02:00
brouter-mapaccess modified memory behaviour (use up to memoryclass only when neccessary) 2019-07-20 10:24:00 +02:00
brouter-routing-app removed size-sorting of base-dir proposals 2019-07-20 13:26:31 +02:00
brouter-server Add an option to export waypoints in GeoJSON tracks 2019-07-20 19:33:55 +02:00
brouter-util some microtuning 2019-07-20 10:10:51 +02:00
misc fixed wrong TI-mode for car-profiles 2019-07-06 11:39:30 +02:00
.gitignore Allow to run server.sh from source directory 2019-05-30 23:52:59 +02:00
LICENSE MIT license 2019-05-04 20:04:56 +02:00
pom.xml 1.5.0 preparations 2019-06-30 17:34:21 +02:00
README.md Allow to run server.cmd from source directory 2019-05-30 23:52: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

Build and Install

Compile with (Java 6!):

mvn clean install -Dandroid.sdk.path=

To skip building for Android, add -pl '!brouter-routing-app'.

Next, download one or more data file(s) (rd5) into the misc/segments4 directory.

Run

On Linux:

./misc/scripts/standalone/server.sh

On Windows (using Bash):

./misc/scripts/standalone/server.sh

On Windows (using CMD):

misc\scripts\standalone\server.cmd

Related Projects