Hello OL-Community,

it's my first mail here and I apologize for my realy bad English.


I implemented a SelectFeature on a WFS-Layer and it works fine.

select1 = new OpenLayers.Control.SelectFeature(wfs_layer, {onSelect: 
function(e){ alert("Hi!"); }});
map.addControl(select1);
select1.activate();

But my problem is, when the mouse curser is over the selected feature and i 
just wand to pan the map in does'n work. It seems than the SelectFeature-Objekt 
disables the map panning tool. 

Exactly the same problem is in the OL-Example for selected feature:
http://dev.openlayers.org/releases/OpenLayers-2.10/examples/select-feature-multilayer.html

It's not possible to pan the map there if a curser is over the features.

Do you have any ideas how can i fix it?


Thanks @ all and Grüße aus Deutschland.


Evgeni T.



_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to