forked from nrenner/brouter-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into dev
- Loading branch information
Showing
10 changed files
with
67 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
brouter-web | ||
=========== | ||
|
||
Web client (by [@nrenner](https://github.com/nrenner)) for the BRouter routing engine (by [@abrensch](https://github.com/abrensch)). *Work in progress*. | ||
Web client (by [@nrenner](https://github.com/nrenner) and [contributors](https://github.com/nrenner/brouter-web/graphs/contributors)) for the BRouter routing engine (by [@abrensch](https://github.com/abrensch)). *Work in progress*. | ||
|
||
**New web client available mobile-ready to test on [brouter.damsy.net](http://brouter.damsy.net). | ||
Feedbacks are appreciated, do not hesitate to create issues about it!** | ||
|
||
BRouter online service (provided by [@abrensch](https://github.com/abrensch)): | ||
http://brouter.de/brouter-web/ | ||
Instances: | ||
* [brouter.de/brouter-web](http://brouter.de/brouter-web/) *(provided by [@abrensch](https://github.com/abrensch))* | ||
* [brouter.damsy.net](http://brouter.damsy.net) *(provided by [@bagage](https://github.com/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 | ||
|
@@ -25,12 +23,12 @@ As an alternative to the above online version, the standalone server of BRouter | |
### Install BRouter (server with routing engine) | ||
|
||
1. download and unzip latest [BRouter revision](http://brouter.de/brouter/revisions.html) | ||
e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_10`` with latest version): | ||
e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_11`` with latest version): | ||
|
||
mkdir ~/opt/brouter | ||
cd ~/opt/brouter | ||
wget http://brouter.de/brouter_bin/brouter_1_4_10.zip | ||
unzip brouter_1_4_10.zip | ||
wget http://brouter.de/brouter_bin/brouter_1_4_11.zip | ||
unzip brouter_1_4_11.zip | ||
chmod +x ./standalone/server.sh | ||
|
||
2. download one or more [data file(s)](http://brouter.de/brouter/segments4/) (rd5) into ``segments4`` dir | ||
|
@@ -41,9 +39,8 @@ e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_10` | |
* 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/archive/0.6.4.zip | ||
unzip 0.6.4.zip | ||
mv brouter-web-0.6.4 brouter-web | ||
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): | ||
|
||
|
@@ -97,7 +94,7 @@ Requires [Node and npm](https://nodejs.org/) (or [io.js](https://iojs.org)), [Bo | |
|
||
## License | ||
|
||
Copyright (c) 2016 Norbert Renner and [contributors](https://github.com/nrenner/brouter-web/graphs/contributors), licensed under the [MIT License (MIT)](LICENSE) | ||
Copyright (c) 2018 Norbert Renner and [contributors](https://github.com/nrenner/brouter-web/graphs/contributors), licensed under the [MIT License (MIT)](LICENSE) | ||
|
||
## Credits and Licenses | ||
|
||
|
@@ -137,5 +134,17 @@ Copyright (c) 2012 Makina Corpus, [MIT License](https://github.com/makinacorpus/ | |
Copyright (c) 2014 Dominik Moritz, [MIT License](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/LICENSE) | ||
* [Font Awesome](http://fontawesome.io/license/) | ||
by Dave Gandy; [SIL OFL 1.1](https://scripts.sil.org/OFL) (Font), MIT License (Code), CC BY 3.0 (Documentation) | ||
* [url-search-params](https://github.com/WebReflection/url-search-params) | ||
Copyright (C) 2015-2017 Andrea Giammarchi - @WebReflection; [MIT License](https://github.com/WebReflection/url-search-params/blob/master/LICENSE.txt) | ||
* [bootstrap-select](https://github.com/snapappointments/bootstrap-select) | ||
Copyright (c) 2012-2018 SnapAppointments, LLC; [MIT License](https://github.com/snapappointments/bootstrap-select/blob/v1.13.0-dev/LICENSE) | ||
* [leaflet-sidebar-v2](https://github.com/nickpeihl/leaflet-sidebar-v2) | ||
Copyright (c) 2013 Tobias Bieniek; [MIT License](https://github.com/nickpeihl/leaflet-sidebar-v2/blob/master/LICENSE) | ||
* [CodeMirror](https://github.com/codemirror/CodeMirror) | ||
Copyright (C) 2017 by Marijn Haverbeke <[email protected]> and others; [MIT License](https://github.com/codemirror/CodeMirror/blob/master/LICENSE) | ||
* [Map BBCode](https://github.com/MapBBCode/mapbbcode) | ||
Ilya Zverev; [Do What The F*ck You Want To Public License](https://github.com/MapBBCode/mapbbcode/blob/master/LICENSE) | ||
* [Leafet.StravaSegments](https://gitlab.com/bagage/leaflet.stravasegments) | ||
Copyright (c) 2018 Gautier Pelloux-Prayer; [MIT License](https://gitlab.com/bagage/leaflet.stravasegments/blob/master/LICENSE) | ||
* [polyline](https://github.com/mapbox/polyline) | ||
Copyright (c), Development Seed; [BSD 3-Clause License](https://github.com/mapbox/polyline/blob/master/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters