[JPP-Devel] SVN: [4575] core/trunk

2015-12-06 Thread jump-pilot-svn
Revision: 4575 http://sourceforge.net/p/jump-pilot/code/4575 Author: michaudm Date: 2015-12-06 16:12:35 + (Sun, 06 Dec 2015) Log Message: --- Improved CutFeatureTool Modified Paths: -- core/trunk/ChangeLog

Re: [JPP-Devel] New MakeValid plugin

2015-12-06 Thread Rahkonen Jukka (MML)
Hi, I would say that let's make a release now and show that the project is still alive. New features should not break old stable ones . The dowload statistics show that most users prefer to use stable releases which makes them miss all that we have implemented during the last year and there

[JPP-Devel] CutFeatureTool

2015-12-06 Thread Michaël Michaud
Hi Peppe, Jukka, I just improved CutFeatureTool recently added by Peppe, - simplified split routines - can now split a feature in more than two parts - more robust (should remove artefacts noticed by Jukka : can you confirm ?) - more transactional : undo will now un-split all features splitted

[JPP-Devel] SVN: [4574] core/trunk/src/language

2015-12-06 Thread jump-pilot-svn
Revision: 4574 http://sourceforge.net/p/jump-pilot/code/4574 Author: ma15569 Date: 2015-12-06 13:30:31 + (Sun, 06 Dec 2015) Log Message: --- Updated Italian and Spanish language files Modified Paths: -- core/trunk/src/language/jump_es.properties

[JPP-Devel] SVN: [4576] core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/ cursortools/CutFeaturesTool.java

2015-12-06 Thread jump-pilot-svn
Revision: 4576 http://sourceforge.net/p/jump-pilot/code/4576 Author: michaudm Date: 2015-12-06 22:19:05 + (Sun, 06 Dec 2015) Log Message: --- New improvements for CutFeatureTool Modified Paths: --

[JPP-Devel] SVN: [4577] core/trunk

2015-12-06 Thread jump-pilot-svn
Revision: 4577 http://sourceforge.net/p/jump-pilot/code/4577 Author: michaudm Date: 2015-12-06 23:12:20 + (Sun, 06 Dec 2015) Log Message: --- Move EraseLayer and MakeValid to Tools>Edit Geometry Modified Paths: -- core/trunk/scripts/default-plugins.xml

Re: [JPP-Devel] CutFeatureTool

2015-12-06 Thread Rahkonen Jukka (MML)
Hi, Some comments: - Works well with polygon containing holes - Works with multipolygons and multilinestrings - Seems to explode multigeometries which may be a surprise for the user. On the other hand it would be very hard to define what else to do it multigeometries have many parts and

Re: [JPP-Devel] CutFeatureTool

2015-12-06 Thread Michaël Michaud
Hi, Thanks for the tests Jukka. Exploding selected multi-geometries even if they are not split seems reasonnable. Problem with points / multi-points should be resolved (they should be unmodified) I found another problem : the tool processed only selected features of the first selected layer in

Re: [JPP-Devel] CutFeatureTool

2015-12-06 Thread Giuseppe Aruta
Hi Jukka, see OJ 4578. I added a small code to prevent deleting points/multipoints Peppe 2015-12-06 23:25 GMT+01:00 Michaël Michaud : > Hi, > > Thanks for the tests Jukka. > Exploding selected multi-geometries even if they are not split seems > reasonnable. > Problem

[JPP-Devel] SVN: [4578] core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/ cursortools/CutFeaturesTool.java

2015-12-06 Thread jump-pilot-svn
Revision: 4578 http://sourceforge.net/p/jump-pilot/code/4578 Author: ma15569 Date: 2015-12-07 07:02:08 + (Mon, 07 Dec 2015) Log Message: --- Prevent cutFeatureTool to delete points and multipoints Modified Paths: --