resos should not be clickable
This commit is contained in:
parent
851a4fda14
commit
eb23123ae8
@ -347,6 +347,7 @@ window.renderResonators = function(ent, portalLayer) {
|
|||||||
weight: 1,
|
weight: 1,
|
||||||
fillColor: COLORS_LVL[rdata.level],
|
fillColor: COLORS_LVL[rdata.level],
|
||||||
fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level],
|
fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level],
|
||||||
|
clickable: false,
|
||||||
guid: resoGuid // need this here as well for add/remove events
|
guid: resoGuid // need this here as well for add/remove events
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user