Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Larry Becker
I have finally gotten around to implementing the plugin (mentioned in my post below) that extracts layers using a common attribute. It is especially good for extracting DXF layers using the Layer and Text attributes, which is my primary use case. I have committed the code with I18n references.

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Michael Michaud
Nice to see new plugins for OpenJUMP. I updated my source tree today (to get new BufferPlugIn and ExtractLayersByAttribute) but they don't compile on my machine because of a java 1.6 feature : String.isEmpty() I'm not very far from switching to java 1.6 but... I'd like to hear other

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Martin Davis
+1 for sticking with Java 1.5 Michael Michaud wrote: Nice to see new plugins for OpenJUMP. I updated my source tree today (to get new BufferPlugIn and ExtractLayersByAttribute) but they don't compile on my machine because of a java 1.6 feature : String.isEmpty() I'm not very far from