implemented one-way tracks

This commit is contained in:
Stephan Richter
2020-09-20 17:49:54 +02:00
parent cd022ce4a3
commit bcfa6e79aa
14 changed files with 136 additions and 8 deletions

View File

@@ -183,4 +183,9 @@ svg.straight .right{
.active circle{
fill: #ffcc88;
}
polygon.oneway{
fill: lime;
stroke-width:0;
}