brouter-web/locales
Marcus Jaschen fc54c65e23 Add sidebar tab with route analysis data
- adds a new analysis tab in the sidebar
- the analysis tab shows length distribution for different way types, surface, and smoothness
- table rows can be hovered/clicked to highlight the according segments on the map (similar behaviour as the detailed data table)
- localization is implemented for `de` and `en`
- the method for finding segment edges was extracted from `js/control/TrackMessages.js` into `js/util/TrackEdges.js` as it's used in the new analysis class too (the Gulp config was changed to reflect that)

Notes:

I had the idea to use the *DataTable* plugin for rendering the tables but decided against it. The only meaningful way to sort such a table is by the length column and that's already the case. So it's just three plain, old HTML tables, rendered by jQuery.

For meaningful statistics the `processUnusedTags` setting has to be enabled in the routing profile. Only in this case the BRouter backend includes all needed tags (`highway`, `surface`, and `smoothness`) for *every* route segment in the response. I’ve enabled that setting for all profiles at my BRouter-web instance at <https://brouter.m11n.de/>.
2020-06-07 16:56:50 +02:00
..
de.json Add sidebar tab with route analysis data 2020-06-07 16:56:50 +02:00
en.json Add sidebar tab with route analysis data 2020-06-07 16:56:50 +02:00
es_ES.json Update translations 2020-05-28 10:54:08 +02:00
fa.json Update translations 2020-05-28 10:54:08 +02:00
fr.json Update translations 2020-05-28 10:54:08 +02:00
gl.json Update translations 2020-05-28 10:54:08 +02:00
hu.json Update translations 2020-05-28 10:54:08 +02:00
is.json Update translations 2020-05-28 10:54:08 +02:00
keys.js Increase prettier maxwidth to 120 2019-08-10 19:36:36 +02:00
nb.json Update translations 2020-05-28 10:54:08 +02:00
pl.json Update translations 2020-05-28 10:54:08 +02:00
pt.json Update translations 2020-05-28 10:54:08 +02:00
ru_RU.json Update translations 2020-05-28 10:54:08 +02:00
tr.json Update translations 2020-05-28 10:54:08 +02:00
zh-TW.json Update translations 2020-05-28 10:54:08 +02:00