Export waypoints from BRouter-web interface. Counterpart of https://github.com/abrensch/brouter/pull/170

This commit is contained in:
Phyks (Lucas Verney) 2019-07-16 12:07:54 +02:00
parent ea9cc49dd4
commit c1169c5c6a
5 changed files with 42 additions and 8 deletions

View file

@ -1,5 +1,5 @@
div.line-mouse-marker {
background-color: white;
border: 4px solid magenta;
border-radius: 8px;
background-color: white;
border: 4px solid magenta;
border-radius: 8px;
}