Hi, On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote: > To be able to do what I want I need to adapt: > - GetFeatureInfo to support right click
I am not sure about this. Usually it is not a good idea to touch the right-click event in web applications. And you have still nothing on the left click, so you could still use this. If you look at http://www.openlayers.org/dev/examples/getfeatureinfo.html, you see that the "regular" click is used for GetFeatureInfo. So what needs to be done is something discussed a long time ago: a control without a button: The GetFeatureInfo control should always be active, without showing a button. > - Measurement to support drag and scroll > - PanZoomBar to become a button This would absolutely make sense! > So my questions is: > Should I create three new widgets to do what I want, or is it better > to modify the existing widgets in a way that makes it configurable to > do either the normal way or my way? I think this does not need to be configurable, because it is just an addition to the current functionality. If buttons in general can be configured to not show a button (sounds weird, but that's exactly it), this should be sufficient. > Are other people interested in > this behavior? I am definitely interested. Regards, Andreas ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
