Change colour of planned lines on map.

As magenta is already used for the real-time track.
This commit is contained in:
D. Berge
2021-05-08 20:36:19 +02:00
parent c0ace1fe07
commit e707887702

View File

@@ -94,7 +94,7 @@ const layers = {
},
style (feature) {
return {
color: "magenta",
color: "brown",
opacity: 0.7
}
},