resos should not be clickable

This commit is contained in:
Stefan Breunig 2013-02-14 11:19:22 +01:00
parent 851a4fda14
commit eb23123ae8

View File

@ -347,6 +347,7 @@ window.renderResonators = function(ent, portalLayer) {
weight: 1,
fillColor: COLORS_LVL[rdata.level],
fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level],
clickable: false,
guid: resoGuid // need this here as well for add/remove events
});