Ticket #2717 (closed bug: fixed)
Control.WMSGetFeatureInfo: double setMap on handler
| Reported by: | fredj | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.10 Release |
| Component: | Control.WMSGetFeatureInfo | Version: | 2.9 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

