ThinkGeo.com    |     Documentation    |     Premium Support

Mouse pan not work with HighlightOverlay!

Hi,


I'm using HightlightOvelay to show tooltip  in my polygon. This polygon represent the state of the country.


But, i found i cant using mouse to pan the map in the HightlightOvelay layer! Do anyone know how to solve?



Hi Loon,



I think it's a bug in our web edition; it can be simply fixed by the following client code:
var OnMapCreated = function(map) {
            var selectControls = map.getControlsByClass('OpenLayers.Control.SelectFeature');
            for (var index = 0; index < selectControls.length; index++) {
                selectControls[index].handlers.feature.stopDown = false;
            }
 }



We'll consider to integrate this fix in our next release. 



Thanks,

Howard



Great. Thanks.

Loon, 
  
 You are welcome; please let us know if you have more questions. 
  
 Thanks, 
 Howard