No description
Find a file
Norbert Renner 9f2e15bff0 CSV download
2014-05-27 16:08:23 +02:00
bower_components update other libs 2014-05-14 16:01:20 +02:00
css profile upload (requires server update) 2014-05-22 11:20:22 +02:00
js CSV download 2014-05-27 16:08:23 +02:00
.gitignore profile upload (requires server update) 2014-05-22 11:20:22 +02:00
bower.json update leaflet-routing (rerouteAllSegments merged) 2014-03-04 19:50:23 +01:00
index.html Version alpha2 2014-05-24 13:20:16 +02:00
LICENSE Initial commit 2014-01-27 09:26:05 -08:00
README.md add installation to readme 2014-05-13 22:19:03 +02:00

brouter-web

Web client for the BRouter bike routing engine (Github).

BRouter online service:
http://brouter.de/brouter-web/

Installation

As an alternative to the above online version, the standalone server of BRouter can also be run on your local desktop.

Install

  1. download and unzip latest BRouter revision
    e.g. for Linux (replace ~/opt/ with your preferred install dir and 0_9_9 with latest version):

     mkdir ~/opt/brouter
     cd ~/opt/brouter
     wget http://brouter.de/brouter_bin/brouter_0_9_9.zip
     unzip brouter_0_9_9.zip
     chmod +x ./standalone/server.sh
    

fix line endings with fromdos or dos2unix (might need to be installed first)

    fromdos ./standalone/server.sh
  1. download one or more data file(s) (rd5) into segments2 dir

Run

  1. start server in the standalone directory with ./server.sh or server.cmd (Windows)
  2. open http://nrenner.github.io/brouter-web/

License

Copyright (c) 2014 Norbert Renner, licensed under the MIT License (MIT)

Credits and Licenses