remove pointless change of selected portal highlight colour in all highlighter plugins - make it the default instead

also tweaks to the show-more-portals plugin
This commit is contained in:
Jon Atkins
2013-08-23 04:27:16 +01:00
parent 07c28538fd
commit 4f5f47831a
18 changed files with 6 additions and 24 deletions

View File

@ -42,8 +42,7 @@ window.plugin.portalsWithL8Resonators.highlight = function(data) {
var opa = has_L8 * 0.125;
var params = {fillColor: color, fillOpacity: opa};
data.portal.setStyle(params);
}
window.COLOR_SELECTED_PORTAL = '#f0f';
}
}
var setup = function() {