Hallo,

how can I realise that the SelectFeature Control reacts on "onSelect:
selectFeature" only with a doubleClick, but on "onUnselect: unselectFeature"
with a normal click.

e.g. opening a popup on a VectorLayer with doubleClick and Closing the Popup
with one Click on the Map.

Perhaps I can use this: new OpenLayers.Control.Click({
                    handlerOptions: {
                        "single": false,
                        "double": true
                    }
                })

but i have no idea how to combine this with the SelectControl.

Greetings

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Open-Popup-with-DoubleClick-tp6881265p6881265.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