Added transparency to routes.

This commit is contained in:
Fabio Manganiello 2025-02-23 22:35:54 +01:00
parent 5738b1da60
commit 62051f06a7

View file

@ -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,
}), }),
}), }),