brouter-web/js
Marcus Jaschen a285751416 Add “Maximum Speed” to analysis sidebar
It shows the distribution of maximum speeds for all ways on the
current route (if that data is available, otherwise it’s summed up
under “unknown”).

`maxspeed:forward` and `maxspeed:backward` is respected in conjunction
with `reversedirection`.

Hovering/clicking table rows to highlight matching segments on the
route work the identical to the other analysis tables.

Additionally, all tags in the analysis tab (way type, surface,
smoothness) are translateable now. The values were added to `en.json`.

Some HTML is rendered with template literals now, instead of
concatenating strings.

Variable declarations were changed from `var` to `const`/`let`.
2024-10-21 20:32:29 +02:00
..
control Add “Maximum Speed” to analysis sidebar 2024-10-21 20:32:29 +02:00
format refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
plugin refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
router refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
util refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
Browser.js refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
index.js refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
LayersConfig.js refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
Map.js refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
Util.js refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00
WhatsNew.js refact: use shorthand method and property syntax 2024-10-19 13:44:15 +02:00