fix 'show portal weakness, so it sets the fill, rather than border, colour when marking a not-weak portal
This commit is contained in:
parent
3c90960e4c
commit
7344e19265
@ -77,7 +77,7 @@ window.plugin.portalWeakness.highlightWeakness = function(data) {
|
||||
}
|
||||
data.portal.setStyle(params);
|
||||
} else {
|
||||
data.portal.setStyle({color: COLORS[getTeam(data.portal.options.details)],
|
||||
data.portal.setStyle({fillColor: COLORS[getTeam(data.portal.options.details)],
|
||||
fillOpacity: 0.5,
|
||||
dashArray: null});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user