From 767354b83f3e3c643a2e6194b37041ce2855a7b3 Mon Sep 17 00:00:00 2001 From: Xelio Date: Thu, 14 Feb 2013 12:43:41 +0800 Subject: [PATCH] Resonator line tuning - 2 Lower opacity 0.35 -> 0.25 Tweak color to a bit lighter #FF7700 -> #FFA000 --- code/map_data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/map_data.js b/code/map_data.js index b910b414..e6a85d1b 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -348,8 +348,8 @@ window.renderResonators = function(ent, portalLayer) { // line connecting reso to portal var conn = L.polyline([portalLatLng, Rlatlng], { weight: 2, - color: '#FF7700', - opacity: 0.35, + color: '#FFA000', + opacity: 0.25, dashArray: '0,10,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4', fill: false, clickable: false});