OpenLayers OpenLayers

Ticket #1490: patch.diff

File patch.diff, 447 bytes (added by pspencer, 9 months ago)

feature popup patch

  • lib/OpenLayers/Popup.js

    old new  
    257257        this.maxSize = null; 
    258258        this.padding = null; 
    259259        this.panMapIfOutOfView = null; 
     260         
     261        if (this.feature && this.feature.popup == this) { 
     262            this.feature.popup = null; 
     263        } 
    260264    }, 
    261265 
    262266    /**