No description
Find a file
2014-08-20 16:03:01 +02:00
bower_components sequential segment requests (Async.js queue) instead of firing all at once, 2014-08-20 12:34:27 +02:00
css animated dashed line as loading indicator, instead of a spinner, resolves #3 2014-08-15 11:31:05 +02:00
js abort pending requests from previous rerouteAllSegments (empty queue) 2014-08-20 16:03:01 +02:00
.gitignore sequential segment requests (Async.js queue) instead of firing all at once, 2014-08-20 12:34:27 +02:00
bower.json sequential segment requests (Async.js queue) instead of firing all at once, 2014-08-20 12:34:27 +02:00
config.js update profile list to 1.0.1 release 2014-07-30 12:38:50 +02:00
index.html sequential segment requests (Async.js queue) instead of firing all at once, 2014-08-20 12:34:27 +02:00
LICENSE Initial commit 2014-01-27 09:26:05 -08:00
README.md sequential segment requests (Async.js queue) instead of firing all at once, 2014-08-20 12:34:27 +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 1_0_1 with latest version):

     mkdir ~/opt/brouter
     cd ~/opt/brouter
     wget http://brouter.de/brouter_bin/brouter_1_0_1.zip
     unzip brouter_1_0_1.zip
     chmod +x ./standalone/server.sh
     mv segments3 segments2  # workaround until scripts are updated
    

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