Resonator line tuning - 2
Lower opacity 0.35 -> 0.25 Tweak color to a bit lighter #FF7700 -> #FFA000
This commit is contained in:
parent
c9e2c12784
commit
767354b83f
@ -348,8 +348,8 @@ window.renderResonators = function(ent, portalLayer) {
|
|||||||
// line connecting reso to portal
|
// line connecting reso to portal
|
||||||
var conn = L.polyline([portalLatLng, Rlatlng], {
|
var conn = L.polyline([portalLatLng, Rlatlng], {
|
||||||
weight: 2,
|
weight: 2,
|
||||||
color: '#FF7700',
|
color: '#FFA000',
|
||||||
opacity: 0.35,
|
opacity: 0.25,
|
||||||
dashArray: '0,10,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4',
|
dashArray: '0,10,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4',
|
||||||
fill: false,
|
fill: false,
|
||||||
clickable: false});
|
clickable: false});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user