only in the nightly build
stefan
Nacho Uve schrieb:
> Finally, "Explode by attribute plugin" has been included in openjump?
>
> Regards,
> Nacho
>
>
>
>
>
> 2008/11/8 Stefan Steiniger mailto:sst...@geo.uzh.ch>>
>
> hei,
>
> Giuseppe Aruta schrieb:
> > Hi,
> > thanks Larr
Finally, "Explode by attribute plugin" has been included in openjump?
Regards,
Nacho
2008/11/8 Stefan Steiniger
> hei,
>
> Giuseppe Aruta schrieb:
> > Hi,
> > thanks Larry, this is a very interesting tool: I recently had to merge
> and separate a group of layers (70!!) and it was very long
hei,
Giuseppe Aruta schrieb:
> Hi,
> thanks Larry, this is a very interesting tool: I recently had to merge and
> separate a group of layers (70!!) and it was very long and boring to do it
> with traditional tools. Your tool will solve the procedure: I am going to
> test on monday on another pr
.
@Strefan, in the Italian Language, instead of "Strati selezionati associazione"
it would be more preferible " Combina Livelli selezionati"
Regards
Peppe
--- Mer 5/11/08, Larry Becker <[EMAIL PROTECTED]> ha scritto:
> Da: Larry Becker <[EMAIL PROTECTED]>
>
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
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
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
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
As promised, I have finished the Combine Selected Layers PlugIn. It merges
the attributes of the selected layers and does automatic colour theming on
the created Layer attribute. You can now combine layers, do operations on
them and then extract them back into the original layers, or vice versa.
9:42 PM
> To: OpenJump develop and use
> Subject: Re: [JPP-Devel] Combine and Explode Layers
>
>
> Hi Bing,
>
>>Any reason you avoid using generics in the code?
>
> Just laziness, I guess. I cut and pasted code from older plugIns that
> didn't use generics. All
Thanks Larry. I did not know plygin.xml or workbench-properties.xml.
From: Larry Becker
Sent: Sunday, October 05, 2008 9:42 PM
To: OpenJump develop and use
Subject: Re: [JPP-Devel] Combine and Explode Layers
Hi Bing,
>Any reason you avoid using generics in the code?
Just laziness
don't have reference to the
> plugin in the jump configuration.
>
> Thanks
>
> Bing
>
>
> *From:* Larry Becker <[EMAIL PROTECTED]>
> *Sent:* Thursday, October 02, 2008 3:34 AM
> *To:* OpenJump develop and use
> *Subject:* Re: [JPP-Devel] Combine and Expl
part of the built-in plugin but you don't have reference to the plugin in the
jump configuration.
Thanks
Bing
From: Larry Becker
Sent: Thursday, October 02, 2008 3:34 AM
To: OpenJump develop and use
Subject: Re: [JPP-Devel] Combine and Explode Layers
I have finally gotten around to im
Oops! Yes, Java 1.5 is fine. :-} I keep fooling myself that setting the
compiler compliance in Eclipse will protect me from these kinds of mistakes.
regards,
Larry
On Wed, Oct 1, 2008 at 5:11 PM, Martin Davis <[EMAIL PROTECTED]>wrote:
> +1 for sticking with Java 1.5
>
> Michael Michaud wrote:
+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 fr
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 users/devel
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. I
> ha scritto: > >> Da: Nacho Uve <[EMAIL PROTECTED]> >> Oggetto: Re: [JPP-Devel] Combine and Explode Layers >> A: "OpenJump develop and use" <jump-pilot-devel@lists.sourceforge.net> >> Data: Mercoledì 9 luglio 2008, 23:55 >> 2008/7/9
would work?
>
Copy layer's BasicStyle as a custom colour theme.
regards,
Larry
> I'm just curious. Your idea sounds very useful.
>
> Landon
>
> On Wed, Jul 9, 2008 at 11:43 PM, Giuseppe Aruta <[EMAIL PROTECTED]>
> wrote:
> > Very good Larry!
>
more about how auto-theming would work?
I'm just curious. Your idea sounds very useful.
Landon
On Wed, Jul 9, 2008 at 11:43 PM, Giuseppe Aruta <[EMAIL PROTECTED]> wrote:
> Very good Larry!
>
> --- Mer 9/7/08, Nacho Uve <[EMAIL PROTECTED]> ha scritto:
>
>> Da: N
Very good Larry!
--- Mer 9/7/08, Nacho Uve <[EMAIL PROTECTED]> ha scritto:
> Da: Nacho Uve <[EMAIL PROTECTED]>
> Oggetto: Re: [JPP-Devel] Combine and Explode Layers
> A: "OpenJump develop and use"
> Data: Mercoledì 9 luglio 2008, 23:55
> 2008/7/9 Larry Becke
2008/7/9 Larry Becker <[EMAIL PROTECTED]>:
> and add the capability to explode a layer by attribute value.
>
Useful!
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your f
I'm thinking of creating two new plugins for Layers that are similar to the
"Combine Selected Features" and its inverse "Explode Selected Features".
However, the new plugins would be "Combine Selected Layers" and "Explode
Layer". Explode Layer would include the existing "Edit->Extract Layers by
Ge
23 matches
Mail list logo