Re: [JPP-Devel] ESC for ConstrainedMultiClickTool

2010-02-23 Thread Larry Becker
Committed. The code is: public void keyReleased(KeyEvent e) { if (e.getKeyCode() == KeyEvent.VK_BACK_SPACE) { if (coordinates.size() > 1) coordinates.remove(coordinates.size() - 1); panel.repaint();

Re: [JPP-Devel] delay on rendering

2010-02-23 Thread Sunburned Surveyor
Larry, Kudos for your work on improving rendering performance in OpenJUMP. Should we test the fix you mention where we "rough clip" large lineStrings that contain the viewport in their bounding box? The Sunburned Surveyor On Mon, Feb 22, 2010 at 3:04 PM, Larry Becker wrote: > If the problem is

Re: [JPP-Devel] delay on rendering

2010-02-23 Thread Larry Becker
I'm waiting on Stefan's magic 1000 point polygon. Mine draws too quickly to benchmark. On Tue, Feb 23, 2010 at 10:08 AM, Sunburned Surveyor < sunburned.surve...@gmail.com> wrote: > Larry, > > Kudos for your work on improving rendering performance in OpenJUMP. > Should we test the fix you mention

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] ESC for ConstrainedMultiClickTool

2010-02-23 Thread Stefan Steiniger
thanks again Larry Becker wrote: > Committed. The code is: > > public void keyReleased(KeyEvent e) > { > if (e.getKeyCode() == KeyEvent.VK_BACK_SPACE) > { > if (coordinates.size() > 1) > coordinates.remove(coordinates.si

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 2

[JPP-Devel] SplitLineStringsOp

2010-02-23 Thread vowaha19
Hi *, first of all thanks to Larry for correcting and commiting my previous request! so here is my second "Request". I would like to "open" the SplitLineStringsOp to get easier access to its internals where needed ( atleast the split-method ). One way would be to overwrite the SplitLineString