From c9e2c12784e5c46ce317b2476656a1ba33760814 Mon Sep 17 00:00:00 2001 From: Xelio Date: Thu, 14 Feb 2013 03:40:32 +0800 Subject: [PATCH] Resonator line tuning - bug fix Need to draw from portal for new dashArray to work --- code/map_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/map_data.js b/code/map_data.js index bcb6a488..b910b414 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -346,7 +346,7 @@ window.renderResonators = function(ent, portalLayer) { }); // line connecting reso to portal - var conn = L.polyline([Rlatlng, portalLatLng], { + var conn = L.polyline([portalLatLng, Rlatlng], { weight: 2, color: '#FF7700', opacity: 0.35,