[OpenLayers-Users] hovering-informations after 500 milliseconds

2010-05-17 Thread Kai Behncke
Dear users, I use a WFS to get informations to an object by hovering a feature like: my_wfs_highlight = new OpenLayers.Control.GetFeature({ protocol: OpenLayers.Protocol.WFS.fromWMSLayer(my_layer), hover: true, clickTolerance: 15 }); ...in generally this works finely, but: If I move the mouse

Re: [OpenLayers-Users] hovering-informations after 500 milliseconds

2010-05-17 Thread Eric Lemoine
On Monday, May 17, 2010, Kai Behncke kai-behn...@gmx.de wrote: Dear users, I use a WFS to get informations to an object by hovering a feature like: my_wfs_highlight = new OpenLayers.Control.GetFeature({ protocol: OpenLayers.Protocol.WFS.fromWMSLayer(my_layer), hover: true, clickTolerance: