No description
|
|
||
|---|---|---|
| bower_components | ||
| css | ||
| js | ||
| .gitignore | ||
| bower.json | ||
| config.js | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
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
-
download and unzip latest BRouter revision
e.g. for Linux (replace~/opt/with your preferred install dir and1_0_1with 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
- download one or more data file(s) (rd5) into
segments2dir
Run
- start server in the
standalonedirectory with./server.shorserver.cmd(Windows) - open http://nrenner.github.io/brouter-web/
License
Copyright (c) 2014 Norbert Renner, licensed under the MIT License (MIT)
Credits and Licenses
- BRouter (not included)
by abrensch; GNU General Public License, version 3.0 (GPLv3) - Leaflet
Copyright (c) 2010-2014, Vladimir Agafonkin; Copyright (c) 2010-2011, CloudMade; 2-clause BSD License - leaflet-routing
Copyright (c) 2013, Turistforeningen, Hans Kristian Flaatten. All rights reserved. 2-clause BSD License - Leaflet.Elevation
Copyright (c) 2013 Felix Bache; MIT License - D3.js
Copyright (c) 2013, Michael Bostock. All rights reserved.; 3-clause BSD License - Leaflet.draw
Copyright 2012 Jacob Toye; MIT License - Leaflet.Control.Search
Copyright (c) 2013 Stefano Cudini; MIT License - leaflet-plugins
Copyright (c) 2011-2012, Pavel Shramov; 2-clause BSD License - normalize.css
Copyright (c) Nicolas Gallagher and Jonathan Neal; MIT License - Async.js
Copyright (c) 2010-2014 Caolan McMahon; MIT License