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:
vita10gy 2013-02-21 22:20:29 -06:00
parent 5be2d8ffbf
commit 39df466c4f

View File

@ -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);