feat: routes overview - sort by length

This commit is contained in:
Azgaar 2024-08-01 12:16:44 +02:00
parent 364ccc1691
commit 28bc6ccde6
3 changed files with 7 additions and 5 deletions

View file

@ -79,7 +79,7 @@ function overviewRoutes() {
routes
.select("#route" + routeId)
.attr("stroke", "red")
.attr("stroke-width", 3)
.attr("stroke-width", 2)
.attr("stroke-dasharray", "none");
}