Resonator line tuning - bug fix
Need to draw from portal for new dashArray to work
This commit is contained in:
parent
24c5d45efc
commit
c9e2c12784
@ -346,7 +346,7 @@ window.renderResonators = function(ent, portalLayer) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// line connecting reso to portal
|
// line connecting reso to portal
|
||||||
var conn = L.polyline([Rlatlng, portalLatLng], {
|
var conn = L.polyline([portalLatLng, Rlatlng], {
|
||||||
weight: 2,
|
weight: 2,
|
||||||
color: '#FF7700',
|
color: '#FF7700',
|
||||||
opacity: 0.35,
|
opacity: 0.35,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user