Fix attribution, add a detector for sharp angles

The sharp angle detector prevents common errors such as accidentally
taking a wrong turn or switching to the wrong track, especially in
tram networks
This commit is contained in:
Antonia 2025-05-01 21:07:45 +02:00
parent 198175fde2
commit d91e0bd8ad
2 changed files with 79 additions and 7 deletions

View file

@ -1,3 +1,4 @@
body {
margin: 0;
padding: 0;
@ -22,3 +23,7 @@ body {
img.red { filter: hue-rotate(120deg); }
img.green { filter: hue-rotate(-120deg); }
img.darkred { filter: hue-rotate(160deg); }
img.warn { filter: hue-rotate(160deg); }
div.edit-ui {
display: none;
}