opacity 0.5 was a bit too transparent - 0.7 is better, while not quite as harsh as 0.8
This commit is contained in:
parent
324ce15745
commit
5a1ffc7d99
@ -177,7 +177,7 @@ window.plugin.crossLinks.showLink = function(link) {
|
|||||||
|
|
||||||
var poly = L.geodesicPolyline(link.getLatLngs(), {
|
var poly = L.geodesicPolyline(link.getLatLngs(), {
|
||||||
color: '#f11',
|
color: '#f11',
|
||||||
opacity: 0.5,
|
opacity: 0.7,
|
||||||
weight: 5,
|
weight: 5,
|
||||||
clickable: false,
|
clickable: false,
|
||||||
dashArray: [8,8],
|
dashArray: [8,8],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user