implemented bridge

This commit is contained in:
Stephan Richter
2020-11-30 19:57:59 +01:00
parent 1bfcc3da5f
commit aaeddd0a82
13 changed files with 225 additions and 3 deletions

View File

@@ -309,4 +309,14 @@ table.brake-times th{
border-color: black;
border-style: solid;
border-width: 1px 0 0;
}
polyline{
stroke: black;
stroke-width: 5px;
fill: none;
}
svg.disconnected rect{
fill: red;
}