Web client (by @nrenner and contributors) for the BRouter routing engine (by @abrensch). Work in progress.
Instances:
- brouter.de/brouter-web (provided by @abrensch)
- brouter.damsy.net (provided by @bagage)
This repository is only about the frontend. For the server/backend, BRouter routing engine, Android app, profiles, brouter.de site, see:
https://github.com/abrensch/brouter
More information:
http://brouter.de
General BRouter discussions/questions, support:
https://groups.google.com/group/osm-android-bikerouting
As an alternative to the above online version, the standalone server of BRouter can also be run on your local desktop.
-
download and unzip latest BRouter revision
e.g. for Linux (replace~/opt/
with your preferred install dir and1_4_11
with latest version):mkdir ~/opt/brouter cd ~/opt/brouter wget http://brouter.de/brouter_bin/brouter_1_4_11.zip unzip brouter_1_4_11.zip chmod +x ./standalone/server.sh
-
download one or more data file(s) (rd5) into
segments4
dir
-
download BRouter-Web as subdirectory
brouter-web
of thebrouter
directory-
using the latest stable release - adjust to current version number - from https://github.com/nrenner/brouter-web/releases:
wget https://github.com/nrenner/brouter-web/releases/download/0.7.0/brouter-web-0.7.0.zip unzip brouter-web-0.7.0.zip -d brouter-web
-
OR the current development state (potentially instable and without runtime distributables):
wget https://github.com/nrenner/brouter-web/archive/master.zip unzip master.zip mv brouter-web-master brouter-web
- build the distributable files required for runtime (only for development state), see section Build
-
-
copy
config.template.js
toconfig.js
-
configure URL to
profiles2
directory
setBR.conf.profilesUrl
in config.js, e.g. uncomment:BR.conf.profilesUrl = 'http://localhost:8000/profiles2/';
-
add your API keys (optional)
copykeys.template.js
tokeys.js
and edit to add your keys
-
start BRouter server in the
standalone
directory with./server.sh
orserver.cmd
(Windows) -
serve the
brouter
directory for BRouter-Web
This is needed for pre-loading the selected profile (unless you allowed local file access in the Browser). Depending on your setup (see How to run things locally), start a web server in thebrouter
directory, e.g.:python -m SimpleHTTPServer
Requires Node and npm (or io.js), Bower and Gulp:
npm install -g bower
npm install -g gulp
npm install
bower install
gulp #for release
gulp debug #for development
gulp watch
Copyright (c) 2018 Norbert Renner and contributors, licensed under the MIT License (MIT)
- 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.Editable
Yohan Boniface; WTFPL licence - Leaflet Control Geocoder
Copyright (c) 2012 sa3m, Copyright (c) 2013 Per Liedman; 2-clause BSD License - leaflet-plugins
Copyright (c) 2011-2012, Pavel Shramov; 2-clause BSD License - Async.js
Copyright (c) 2010-2014 Caolan McMahon; MIT License - Bootstrap
Copyright (c) 2011-2014 Twitter, Inc; MIT License - jQuery
Copyright 2005, 2014 jQuery Foundation and other contributors; MIT License - DataTables
Copyright (C) 2008-2014, SpryMedia Ltd.; MIT License - Leaflet.EasyButton
Copyright (C) 2014 Daniel Montague; MIT License - Bootbox
Copyright (C) 2011-2014 by Nick Payne; MIT License - bootstrap-slider
Copyright (c) 2015 Kyle Kemp, Rohit Kalkur, and contributors; MIT License - Leaflet.RestoreView
Copyright (c) 2012 Makina Corpus, MIT License - Leaflet.Locate
Copyright (c) 2014 Dominik Moritz, MIT License - Font Awesome
by Dave Gandy; SIL OFL 1.1 (Font), MIT License (Code), CC BY 3.0 (Documentation) - url-search-params
Copyright (C) 2015-2017 Andrea Giammarchi - @WebReflection; MIT License - bootstrap-select
Copyright (c) 2012-2018 SnapAppointments, LLC; MIT License - leaflet-sidebar-v2
Copyright (c) 2013 Tobias Bieniek; MIT License - CodeMirror
Copyright (C) 2017 by Marijn Haverbeke marijnh@gmail.com and others; MIT License - Map BBCode
Ilya Zverev; Do What The F*ck You Want To Public License - Leafet.StravaSegments
Copyright (c) 2018 Gautier Pelloux-Prayer; MIT License - polyline
Copyright (c), Development Seed; BSD 3-Clause License