id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,state
2717,Control.WMSGetFeatureInfo: double setMap on handler,fredj,,"The WMSGetFeatureInfo redefine the setMap function:
{{{
  this.handler.setMap(map);
  OpenLayers.Control.prototype.setMap.apply(this, arguments);
}}}

But the parent class already call {{{this.handler.setMap(map)}}}: the handler.setMap function is called twice.",bug,closed,minor,2.10 Release,Control.WMSGetFeatureInfo,2.9,fixed,,,Complete
