Re: [JPP-Devel] Can not read PostGIS projects

2012-11-20 Thread Michaël Michaud
Hi Uwe, > to insert rows to an existing table (with primary keys) > out of OpenJUMP can cause problems if the table is very large. > Maybe you have duplicated keys or the table is so large that > it costs too much time to insert rows into an existing table. I let 4 options in the PostGIS writer - c

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-20 Thread Uwe Dalluege
Hi Michaël, > I let 4 options in the PostGIS writer > - create / overwrite : copy the entire layer content in the db (remove the db table first if it exists) Please do not remove the table in the option "overwrite" because you delete the constraints too. Please use DELETE FROM tableName to de

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-20 Thread Benjamin Gudehus
Hi! Here is a YAML configuration file for the menu structure I use. https://gist.github.com/4117207 2012/11/20 > On 19.11.2012 22:45, Stefan Steiniger wrote: > > Hi, > > > > - tested: copy image to clipboard and paste in MS Word works on MacOSX > > with RC 1.6 > > > > - when reading over the m

[JPP-Devel] OJ Live-DVD version vs. PostGIS 2.0

2012-11-20 Thread Stefan Steiniger
Hi, If I remember correctly Ede suggested to use OJ 1.5.2. for the OSGeo LiveDVD. Now there is a discussion on the livedvd list about which PostGIS version to use. PostGIS 2.0 will most likely be default, but it may be a space issue to put an older PostGIS version on the disk too. Hence, I wou

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-20 Thread Michaël Michaud
Hi Uwe, > > I let 4 options in the PostGIS writer > > - create / overwrite : copy the entire layer content in the db > (remove the db table first if it exists) > > Please do not remove the table in the option "overwrite" > because you delete the constraints too. Oh, I see your point now. > Please

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-20 Thread Michaël Michaud
Hi Benjamin, Interesting. Did you create this yaml file from your configuration or do you create your user-interface from this file ? Why did you put load image or load datastore in Edit/Selection menu ? Michaël Hi! Here is a YAML configuration file for the menu structure I use. https://gist