Added distance markers to the routing path

This commit is contained in:
Unknown 2019-10-02 14:23:27 +02:00
parent 029bdad4ff
commit 173752c691
6 changed files with 192 additions and 1 deletions

View file

@ -3,3 +3,13 @@ div.line-mouse-marker {
border: 4px solid magenta;
border-radius: 8px;
}
.dist-marker {
font-size: 11px;
border: 1px solid #777;
border-radius: 10px;
text-align: center;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
color: black;
background: rgba(255, 255, 255, 0.4);
}