Added transparency to routes.
This commit is contained in:
parent
5738b1da60
commit
62051f06a7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default {
|
||||||
}),
|
}),
|
||||||
style: new Style({
|
style: new Style({
|
||||||
stroke: new Stroke({
|
stroke: new Stroke({
|
||||||
color: 'cornflowerblue',
|
color: '#0050ff80',
|
||||||
width: 3,
|
width: 3,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Reference in a new issue