mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: routes overview - sort by length
This commit is contained in:
parent
364ccc1691
commit
28bc6ccde6
3 changed files with 7 additions and 5 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue