Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Sunburned Surveyor
That's awesome Larry. Is the plug-in included in the nightly build, or do we need to download it from the ISA web site? SS On Tue, Nov 4, 2008 at 6:34 PM, Larry Becker <[EMAIL PROTECTED]> wrote: > As promised, I have finished the Combine Selected Layers PlugIn. It merges > the attributes of the

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Larry Becker
It should be in the nightly build. Comments and testing are appreciated. Larry On Wed, Nov 5, 2008 at 9:30 AM, Sunburned Surveyor < [EMAIL PROTECTED]> wrote: > That's awesome Larry. Is the plug-in included in the nightly build, or > do we need to download it from the ISA web site? > > SS > > On

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Michael Michaud
Great feature Larry, Combine is a good complement to Explode Layers. Using theming in the result layer is an excellent idea. There is a situation which is difficult to deal with : schema having a common attribute name but with different attribute types. In a plugin I did, I systematically added

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Larry Becker
Thanks Michael. You have a good point about attributes with the same name but of different type. The code will currently use the type of the first one it finds, and refuse to copy over any with a different type. I have code in other plugins which does type conversion of attributes, but I would i

Re: [JPP-Devel] Proposal for new method of WorkbenchContext class.

2008-11-05 Thread Stefan Steiniger
so.. are you adding your method? (As said once: adding methods is not the bid deal, but changing core processes/structures is) stefan Sunburned Surveyor schrieb: > Yes, it makes more sense now Michael. Thanks for all of the comments. > > SS > > On Tue, Nov 4, 2008 at 11:15 AM, Michael Michaud