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:
Jon Atkins 2014-06-21 04:55:18 +01:00
parent 324ce15745
commit 5a1ffc7d99

View File

@ -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],