[JPP-Devel] SVN: [6581] core/trunk/src/com/vividsolutions/jump/workbench/ui/warp/ WarpingPlugIn.java

2020-10-05 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6581 http://sourceforge.net/p/jump-pilot/code/6581 Author: edso Date: 2020-10-05 19:55:24 + (Mon, 05 Oct 2020) Log Message: --- remove toolbar layout workaround Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/warp/Warping

[JPP-Devel] SVN: [6580] core/trunk/src/com/vividsolutions/jump/workbench/ui/toolbox/ ToolboxDialog.java

2020-10-05 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6580 http://sourceforge.net/p/jump-pilot/code/6580 Author: edso Date: 2020-10-05 19:54:50 + (Mon, 05 Oct 2020) Log Message: --- move constructor and jbinit to top of class source add north/south panel getter make toolbar panel wrap properly and align it left ad

[JPP-Devel] SVN: [6579] core/trunk/src/com/vividsolutions/jump/workbench

2020-10-05 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6579 http://sourceforge.net/p/jump-pilot/code/6579 Author: edso Date: 2020-10-05 19:43:52 + (Mon, 05 Oct 2020) Log Message: --- add multiple extension dirs support, needed eg. in eclipse where lib/ext/ and lib/plus/ are separate folders. might be usable in the

Re: [JPP-Devel] Tool that converts holes into polygons

2020-10-05 Thread edgar . soldin
you could 1. convert your sea to Multilinestring 2. explode that 3. convert the isles needed to Polygon again ..ede On 10/5/2020 13:18, Rahkonen Jukka (MML) wrote: > Hi, > > What if I would like to convert all the many holes in the sea polygon into > islands? We have a tool in OJ that does some

[JPP-Devel] Tool that converts holes into polygons

2020-10-05 Thread Rahkonen Jukka (MML)
Hi, What if I would like to convert all the many holes in the sea polygon into islands? We have a tool in OJ that does something similar with inner rings by removing them (Remove holes and Remove small holes functions). What I am after is to select the inner rings of selected features and copy