Make player tracker line dashed
Making the "where have they been" path dashed makes it so you can see links that might exist.
This commit is contained in:
parent
5be2d8ffbf
commit
39df466c4f
@ -234,7 +234,8 @@ window.plugin.playerTracker.drawData = function() {
|
||||
weight: 2-0.25*i,
|
||||
color: '#FF00FD',
|
||||
clickable: false,
|
||||
opacity: 1-0.2*i
|
||||
opacity: 1-0.2*i,
|
||||
dashArray: "5,8"
|
||||
};
|
||||
|
||||
L.multiPolyline(polyLine, opts).addTo(layer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user