[missions] Use dotted lines for non-sequential missions
This commit is contained in:
parent
531f707a7c
commit
84fab79127
@ -643,7 +643,8 @@ window.plugin.missions = {
|
|||||||
color: '#222',
|
color: '#222',
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
weight: 2,
|
weight: 2,
|
||||||
clickable: false
|
clickable: false,
|
||||||
|
dashArray: (mission.typeNum == 2 /* non-sequential */ ? '1,5' : undefined),
|
||||||
});
|
});
|
||||||
this.missionLayer.addLayer(line);
|
this.missionLayer.addLayer(line);
|
||||||
markers.push(line);
|
markers.push(line);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user