No description
Find a file
Marcus Jaschen ca53080e7a
auto-focus primary button in "delete route" dialog (#387)
After opening the "delete route" dialog the primary action button gets the
current focus. So it's possible to confirm resetting the route by pressing
"Enter".

bootbox had to be updated to to achieve this (in prior versions of bootbox the
needed callback didn't exist).

see #385
2021-03-23 09:45:35 +01:00
.tx translate via i18next 2019-02-26 18:02:02 +01:00
.vscode add VS Code settings, launch and extension recommondations 2020-06-08 14:34:13 +02:00
css Merge pull request #384 from stesie/add-overpass-layer-re 2021-03-22 21:50:03 +01:00
js auto-focus primary button in "delete route" dialog (#387) 2021-03-23 09:45:35 +01:00
layers Use nwr[] shortcut in all overpass queries 2021-03-21 11:23:45 +01:00
locales Merge pull request #384 from stesie/add-overpass-layer-re 2021-03-22 21:50:03 +01:00
resources Determine country rules by enclosing boundary 2021-01-23 12:43:13 +01:00
.eslintignore Add Babel and core-js & regenerator polyfills (#367) 2021-02-12 10:07:02 +01:00
.eslintrc.json Add Babel and core-js & regenerator polyfills (#367) 2021-02-12 10:07:02 +01:00
.gitignore Add gulp task to generate a standalone release zip from brouter repo 2019-12-19 21:27:31 +01:00
.prettierignore Determine allowed zone from admin boundaries (#359) 2021-01-15 22:29:20 +01:00
.prettierrc Increase prettier maxwidth to 120 2019-08-10 19:36:36 +02:00
.travis.yml Run lint in travis 2020-12-05 12:47:31 +01:00
babel.config.js Add overpass-layer (first sketches) 2021-03-19 11:45:22 +01:00
CHANGELOG.md Update CHANGELOG.md 2021-01-25 11:29:33 +01:00
config.template.js Update prettier version 2020-12-05 11:51:16 +01:00
CONTRIBUTING.md Add warning regarding yarn build i18next / gulp i18next 2020-06-19 18:00:00 +00:00
docker-compose.yml add docker-compose tasks for development 2020-06-08 15:11:56 +02:00
Dockerfile Update node base image (#363) 2021-01-25 10:37:01 +01:00
gulpfile.js Add What's new modal (#372) 2021-02-23 18:27:08 +01:00
index.html Merge pull request #384 from stesie/add-overpass-layer-re 2021-03-22 21:50:03 +01:00
INSTALL.md Add rd5 grid map link to install instructions 2021-02-05 16:55:36 +01:00
keys.template.js Update prettier version 2020-12-05 11:51:16 +01:00
LICENSE Update copyright date 2018-09-08 19:59:50 +02:00
package.json auto-focus primary button in "delete route" dialog (#387) 2021-03-23 09:45:35 +01:00
README.md Add overpass-layer (first sketches) 2021-03-19 11:45:22 +01:00
yarn.lock auto-focus primary button in "delete route" dialog (#387) 2021-03-23 09:45:35 +01:00

brouter-web

Web client (by @nrenner and contributors) for the BRouter routing engine (by @abrensch).

demo

Instances:

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:
https://brouter.de

Contact

General BRouter discussions/questions, support:

Translating

Translations are managed using the Transifex platform. After signing up, you can go to BRouter's project page, select a language and click Translate to start translating.

Installation

See INSTALL.md for guidance on installation.

Build

See CONTRIBUTING.md for development documentation.

License

Copyright (c) 2018 Norbert Renner and contributors, licensed under the MIT License (MIT)

Credits and Licenses