Rahkonen Jukka a écrit :
> Hi,
>
> What new possibilities the proposed system would give in addition to the
> existing keyboard shortcuts? I mean, I can already at any time select
> features with Ctrl-Left click, pan with Alt-Shift-Drag, zoon in/out with
> Alt-Left click/Right click, and show f
Hi all,
just give a look to this extension for uDig/JGrass.
BeeGIS:http://www.beegis.org/index.html
It has interesting features for geologists and field surveyers.
There is also an interesting exampkle of usage here:
http://www.beegis.org/geonotes.htm#
My thought is a similar extension for OpenJUM
Hah, I didn't know that. The modifiers are installed to switch the cursor
mode by the QuasimodeTool.addStandardQuasimodes() method.
Thanks for the tips! That pretty much serve the basic purpose.
Bing
--
From: "Rahkonen Jukka" <[EMAIL PROTECTED]>
I'm wondering why the display of the selection box is seriously flickering and
slow while making a selection, so is the line drawing with the measurement tool.
A quick profiling reveals that the AbstractCursorTool.drawShapeXOR() uses most
of the CPU. I don't see anything obvious in the code thou