Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-26 Thread Larry Becker
OK, I found a dataset that easily reproduces what I think is Benjamin's mouse wheel zoom redraw anomaly. What seems to be happening is that in areas where vector redraw takes a few seconds or more, multiple mouse wheel zooms, separated by more that .7 seconds, do not allow the screen to repaint

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-25 Thread Larry Becker
Darn. I was noticing the anomaly occurred for me when I accidentally pressed the mouse wheel button (which initiates a regular zoom in the middle of a mouse wheel zoom. Part of the difficulty of mouse wheel zoom is that, unlike the zoom realtime tool, it is not modal and other events can

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-25 Thread Larry Becker
I have restored zoom to cursor on mouse wheel zoom. Larry On Thu, Feb 25, 2010 at 8:49 AM, Larry Becker becker.la...@gmail.comwrote: Darn. I was noticing the anomaly occurred for me when I accidentally pressed the mouse wheel button (which initiates a regular zoom in the middle of a mouse

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-24 Thread Benjamin Gudehus
@white space when zooming out: Maybe you can use the drawing algorithm that draw the geometries like a pencil sketch when zooming with the slidebar (and then rerender the geometries at a given time interval). Screenshot: http://www.imagebanana.com/img/91inbax/pencil_sketch.jpg --Benjamin

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-24 Thread Benjamin Gudehus
It reproduces with hand tool. Tested with nightly builds from 23th and 25th february. 2010/2/25 Larry Becker becker.la...@gmail.com Hi Benjamin, Could you try to reproduce the anomaly when mouse wheel zooming with the hand tool please? If it doesn't reproduce, I may know what is

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-23 Thread Benjamin Gudehus
Hi! I tested the new mouse wheel zoom with the nightly build from 23-Feb-2010 02:12. (A) In previous versions the zoom function zoomed-in to the current position of the mouse cursor. The new behavour is, that it just zooms to the position in middle of the layerviewpanel. I'd like to have the old

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-23 Thread Larry Becker
Hi Benjamin, (A) I like the old zoom to mouse position behavior too. I just haven't gotten the zoom to cursor math right yet. (B) You might be right. I've noticed an occasional anomaly too, but can't reproduce it consistently. I don't know what is causing it. regards, Larry On Tue, Feb

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-11 Thread Larry Becker
I accidentally reversed the Mouse wheel zoom direction in the last update. It should now zoom in when the wheel is rolled away from your hand as other mapping programs do. regards, Larry On Thu, Feb 4, 2010 at 11:04 AM, Stefan Steiniger sst...@geo.uzh.ch wrote: mhm... my plan was working on a

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-04 Thread Stefan Steiniger
mhm... my plan was working on a release towards April. Need to think about it ;) the EZ buttons are now added as default (but even hardcoded in OpenJUMPConfiguration and not the xml file). Rahkonen Jukka wrote: Hi, Excellent job. Mouse wheel zooming gives a good feeling because screen

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-03 Thread Larry Becker
More Mouse Wheel Zooming updates. I fixed some problems with mouse wheel zoom in and zoom out in the same half second causing radical changes. The Timer period now resets while the wheel is still moving, and I changed the Timer period to .7 seconds to better reflect actual use. Larry On Tue,

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-03 Thread Rahkonen Jukka
Hi, Excellent job. Mouse wheel zooming gives a good feeling because screen is updating fast and from the server side I can see also that no unnecessary WMS calls are sent. That gives more speed for OJ user especially with slow connection to WMS but the feature itself is nice even without WMS

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-02 Thread Larry Becker
OK, I have committed an experimental version of AbstractZoomTool that incorporates a deferred mouse wheel zoom for half a second. It does an image stretch from the center of the panel until the half second expires. Please test after tomorrow's nightly build. Comments? regards, Larry On Mon,

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-01 Thread Larry Becker
Hi Jukka, The behavior you described is what I programmed for the mouse wheel zooming. I like the idea of doing raster scaling until you stop using the wheel. It is just a matter of finding time to do it. As you can imagine, this is fairly difficult code to write, but I believe it to be an

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-01 Thread Sunburned Surveyor
Jukka, Can you file a feature request on SourceForge so we don't forget this? The Sunburned Surveyor On Mon, Feb 1, 2010 at 7:12 AM, Larry Becker becker.la...@gmail.com wrote: Hi Jukka,   The behavior you described is what I programmed for the mouse wheel zooming.  I like the idea of doing