Resonator line tuning - bug fix

Need to draw from portal for new dashArray to work
This commit is contained in:
Xelio 2013-02-14 03:40:32 +08:00
parent 24c5d45efc
commit c9e2c12784

View File

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