Hi. I read a lot on the forum about this topic but I didn't find what I'm
looking for.

Is there any simple solution to control double click on a feature (I'm using
2.11 RC2)? I mean something like "featuredblclick". I'm using "dbclick" but
it doesn't return me the feature.

[CODE]
  map_vectorLayer.events.on({
    "featureselected": map_onFeatureSelect,
    "featureunselected": map_onFeatureUnselect,
    "dblclick": map_onFeaturePopup
  });
[/CODE]

Thx in advance!
ggarcia

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Double-Click-on-Feature-tp6711114p6711114.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to