Merge branch 'master' into gh-pages
This commit is contained in:
commit
cbddffaa18
3 changed files with 24 additions and 4 deletions
20
README.md
20
README.md
|
|
@ -1,4 +1,22 @@
|
|||
brouter-web
|
||||
===========
|
||||
|
||||
Web client for BRouter
|
||||
Web client for the [BRouter](http://brensche.de/brouter) bike routing engine ([Github](https://github.com/abrensch/brouter)).
|
||||
|
||||
|
||||
Client URL (needs the BRouter standalone server running on your local desktop):
|
||||
http://nrenner.github.io/brouter-web/
|
||||
|
||||
## Installation
|
||||
|
||||
TODO
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2014 Norbert Renner
|
||||
|
||||
Licensed under the [MIT License (MIT)](LICENSE)
|
||||
|
||||
## Credits and Licenses
|
||||
|
||||
TODO
|
||||
|
|
|
|||
|
|
@ -25,8 +25,10 @@
|
|||
<div class="title"><span class="title-name">BRouter web</span> <sup class="version">alpha1</sup></div>
|
||||
<div class="header-text">
|
||||
'ESC' to cancel drawing, 'M' to enable drawing<br>
|
||||
Web client for <a href="http://dr-brenschede.de/brouter/" target="_blank">BRouter</a> ·
|
||||
<a href="" target="_blank">about</a> · <a href="" target="_blank">GitHub</a> · <a href="" target="_blank">contact</a><br>
|
||||
Web client for <a href="http://brensche.de/brouter" target="_blank">BRouter</a> ·
|
||||
<a href="https://github.com/nrenner/brouter-web#readme" target="_blank">about</a> ·
|
||||
<a href="https://github.com/nrenner/brouter-web" target="_blank">GitHub</a> ·
|
||||
<a href="http://www.openstreetmap.org/message/new/ikonor" target="_blank">contact (via OSM)</a><br>
|
||||
</div>
|
||||
</div>
|
||||
<div id="route_options" class="hidden">
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
zoom: 6
|
||||
});
|
||||
map.attributionControl.addAttribution(
|
||||
'<a href="http://dr-brenschede.de/brouter/" target="_blank">BRouter</a> © Arndt Brenschede, '
|
||||
'<a href="http://brensche.de/brouter" target="_blank">BRouter</a> © Arndt Brenschede, '
|
||||
+ 'routing + map data © <a target="_blank" href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors '
|
||||
+ '(<a target="_blank" href="http://opendatacommons.org/licenses/odbl/">ODbL</a>)');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue