Re: [JPP-Devel] Missing delete all features from layer

2008-04-02 Thread Giuseppe Aruta
I probabily consider myself a "power user" since I have no problem to use OpenJUMP (even if I am not a developer). On one side I partially agree with with Marin, as father of JUMP he probabily has the most facility to use OJ (and Paul or Larry, of coarse :-)). On the othere side It is proba

[JPP-Devel] Thanks For TIN Comments Paul

2008-04-02 Thread Sunburned Surveyor
Paul, Thanks for adding your comments on the TIN library to the wiki page. SS - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.double

Re: [JPP-Devel] Synchronized windows and draw tool settings

2008-04-02 Thread Michaël Michaud
Hi, >>- Could it be possible to synchronize several windows to follow the same >>location so that the same vectors could be simply checked and edited against >>different imagery? >> >I have seen such thing at IGN France... and asked for the code a while >ago (12 months?). The problem was, that t

Re: [JPP-Devel] Synchronized windows and draw tool settings

2008-04-02 Thread Stefan Steiniger
great News Michael, thank you for asking and thanks to Eric too (I hope he remembers me ;) cheers from Calgary to Paris stefan Michaël Michaud wrote: > Hi, > >>> - Could it be possible to synchronize several windows to follow the same >>> location so that the same vectors could be simply checke

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-02 Thread Martin Davis
TIN people, I think you should continue to work from the base of Paul's code. The Waterbug code is based on the Quadedge data structure. I think it would be cleaner to use a Triangle-based data structure, like Paul's does. For Constrained Delaunay, have a look at Triangle by Jonathan Shewchuc

[JPP-Devel] Moving categories code/menu items

2008-04-02 Thread Paul Austin
All, I see someone has added some code to have menu items to move categories up and down. This is a great feature but would it not be simpler for the up and down to use drag and drop the same as we have on the layers? Cheers, Paul ---

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-02 Thread Christopher
--- Stefan Steiniger <[EMAIL PROTECTED]> wrote: > b) I have also uses some triangulation code by Paul > Chew for the > Thiessen-polygon algorithm. Unfortunately this > algorithm is based on a > simplex-insert method, which is advantageous for > streaming but not > necessary if all points are

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-02 Thread Stefan Steiniger
Hei just look for the Create Thiessen Polygons Plugin (under tools/generate/) ..the best trick is to search in the jump.properties file for the string that is used in the menu names stefan Christopher schrieb: > > > --- Stefan Steiniger <[EMAIL PROTECTED]> wrote: >> b) I have also uses some