configurable OSM offline router with elevation awareness, Java + Android
Find a file
abrensch fb0f05e043
Merge pull request #138 from Phyks/nogopolygonsweight
Add support for nogo polygons / polylines weight in brouter server
2019-02-16 20:47:47 +01:00
brouter-codec Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
brouter-core added speed profile to json result 2019-01-26 19:50:04 +01:00
brouter-expressions minor change to workariund a java6 profiling glitch 2018-12-16 13:32:16 +01:00
brouter-map-creator removed memory-route + experimental codec (see experimental branch) 2018-12-31 17:04:05 +01:00
brouter-mapaccess Better distance computation (revisited) 2018-12-07 00:45:12 +01:00
brouter-routing-app fixed scaling in routing animation 2018-12-13 18:17:28 +01:00
brouter-server Add support for nogo polygons/polylines custom weight in BRouter server. 2019-02-15 12:11:02 +01:00
brouter-util stack sampling for RouteServer 2018-12-16 13:35:17 +01:00
misc embedded_rails 2019-02-09 11:17:49 +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 removed memory-route + experimental codec (see experimental branch) 2018-12-31 17:04:05 +01: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