[missions] Use dotted lines for non-sequential missions

This commit is contained in:
fkloft 2015-04-13 23:35:19 +02:00
parent 531f707a7c
commit 84fab79127

View File

@ -643,7 +643,8 @@ window.plugin.missions = {
color: '#222',
opacity: 1,
weight: 2,
clickable: false
clickable: false,
dashArray: (mission.typeNum == 2 /* non-sequential */ ? '1,5' : undefined),
});
this.missionLayer.addLayer(line);
markers.push(line);