mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:27:09 +00:00
Change colour of planned lines on map.
As magenta is already used for the real-time track.
This commit is contained in:
@@ -94,7 +94,7 @@ const layers = {
|
||||
},
|
||||
style (feature) {
|
||||
return {
|
||||
color: "magenta",
|
||||
color: "brown",
|
||||
opacity: 0.7
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user