[JPP-Devel] New Layout Plugin: Where to manage code?

2006-11-29 Thread Jan-Oliver Wagner
Hi, for the new Layout Plugin we'd like to manage the code in the public from the beginning. Is it possible we get CVS write access to the JPP CVS and put the code into e.g. "OJLayoutPlugin" (btw: how about this name?). Alternatively we could maintain our own project separately at http://wald.i

Re: [JPP-Devel] New Layout Plugin: Where to manage code?

2006-11-29 Thread Stefan Steiniger
Hei Jan, i will respond you personally about the project access Ugo Taddei just send a mail of reference for you guys :) stefan Jan-Oliver Wagner wrote: >Hi, > >for the new Layout Plugin we'd like to manage the code in the public from the >beginning. > >Is it possible we get CVS write access t

[JPP-Devel] [Fwd: Re: select feautres in the code]

2006-11-29 Thread Stefan Steiniger
Hei Ben, you need to use the selectionManager final Collection features = context.getLayerViewPanel().getSelectionManager().getFeaturesWithSelectedItems(); this code is for instance used in the ReplicateSelectedItemsPlugIn from package org.openjump.core.ui.plugin.edit stefan ben abid haifa wr

Re: [JPP-Devel] A question about internationalization in CursorTools code...

2006-11-29 Thread Sunburned Surveyor
Thanks for the information about internationalization. I'll do some more reading on the topic. SS On 11/18/06, Steve Tanner <[EMAIL PROTECTED]> wrote: > Hello Sunburned, > The I18N method is contained inside the > com.vividsolutions.jump.I18N.java package. You can look at the code to > see how it

Re: [JPP-Devel] [jump-users] re: OJ extreme slowness

2006-11-29 Thread Stefan Steiniger
Hei Sunburned, thats the point .. nobody could yet figure out how it happend and as you read from Larrys post, the double rendering has almost no effect on speed. So the clear option from my side is not to touch working code, if not vividsolutions or Jon does it. I don't know if you know that

[JPP-Devel] OJ's rendering code...

2006-11-29 Thread Sunburned Surveyor
I feel like I'm in a maze with no exit... :] I've been going through OJ's rendering code for an hour or two. I was hoping to find out some more about our double call to BasicStyle.paint(). I don't think I'm going to get as near as far as I had hoped, although I am throwing together some notes abo

Re: [JPP-Devel] OJ's rendering code...

2006-11-29 Thread Jonathan Aquino
Hi Sunburned - If memory serves, LayerViewPanel's RenderingManager loops through the LayerManager's layers. For each layer it loops through the layer's Styles and calls paint() on each one. Jon > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of S