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
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
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
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
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
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
---
--- 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
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