From: Ken N. <ke...@ke...> - 2009-10-02 12:01:11
|
Just started using GWT-OpenLayers so I may be missing the obvious here. I need to implement a new handler for the map double click event (we just want to centre on the click location rather than zoom to it as is the default) I can do it easily enough in pure javascript openlayers But now I need to do it via gwt-openlayers I've got as far as the addMapClickListener code but this only allows me to handle a single click, as far as I can see I know not all addXxxListener methods have not been implemented so what is the best way for me to add the double click handler? Any sort of nudge in the general direction would be much appreciated Ken Needham |