Re: [JPP-Devel] NB from intevation

2012-05-24 Thread Sascha L. Teichmann
Hi! On 24.05.2012 02:32, Edgar Soldin wrote: > On 23.05.2012 22:30, Michaël Michaud wrote: >> Hi, >> >> Wonder if there is a technical reason why the NB built by intevation >> stopped on May, 10th at >> >> http://jump-pilot.sourceforge.net/download/nightlybuild/ >> > > i wrote them about it and

Re: [JPP-Devel] [PATCH] mvn exec:java

2012-03-24 Thread Sascha L. Teichmann
Am 16.03.2012 22:55, schrieb Stefan Steiniger: > fortunately Michael was faster in doing the commit :) > > thanks Sascha and good to know you are still around. > stefan > > On 16/03/2012 3:12 PM, Michaël Michaud wrote: >> Thanks Sascha, >> >> Nice to know you're still working with OpenJUMP >> You

[JPP-Devel] [PATCH] mvn exec:java

2012-03-16 Thread Sascha L. Teichmann
Hi! When running OpenJUMP with $ mvn -Dexec.mainClass=com.vividsolutions.jump.workbench.JUMPWorkbench exec:java I run into: java.lang.NullPointerException at javax.swing.ImageIcon.(ImageIcon.java:204) at org.openide.awt.IconWithArrow.(IconWithArrow.java:66) at org.openid

[JPP-Devel] Upload of the nightly build to SF broken

2011-01-29 Thread Sascha L. Teichmann
Hi folks, as you may have noticed the nightly builds [1] are currently not updated correctly. This builder works fine and the recent binaries can be found here [2]. The reason for the problem is related to the attack against the SourceForge infrastructure you may have read in the news [3]. The rs

Re: [JPP-Devel] Nightly build broken/repared

2010-10-12 Thread Sascha L. Teichmann
Hi, Am 12.10.2010 08:43, schrieb Michaël Michaud: > Hi, > > I've broken the nightly build on sunday (last NB is from 2010-10-10). > It should be repared from now on and we should have a new NB tomorrow. > Sorry for the trouble. > > Michaël > Thank you for fixing it. In case you do not know

Re: [JPP-Devel] nightly .bin.zips corrupt?

2010-10-08 Thread Sascha L. Teichmann
Hi! Am 08.10.2010 11:43, schrieb Vincent Schut: > Hi, > > I just tried to unzip one of the nightly snapshots > ('openjump-core-1.4-SNAPSHOT-bin.zip'), but none of my zip tools can > handle the file. Could it be that the zip archives are corrupt? I've successfully downloaded and extracted: htt

Re: [JPP-Devel] nightly snapshot

2008-01-31 Thread Sascha L. Teichmann
a, >> >> I can't answer the security question, but I think you'll find the >> nightly build is used mostly be our active developers. If we can ever >> get on a regular schedule for our official releases, I think you would >> see this use drop. >> >>

Re: [JPP-Devel] nightly snapshot

2008-01-31 Thread Sascha L. Teichmann
by publishing the binaries on more than one side. - Sascha Sunburned Surveyor schrieb: > Sascha, > > I really appreciate the willingness to help in this way. Thank you so much! > > Landon > > On Jan 31, 2008 1:12 PM, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote

Re: [JPP-Devel] nightly snapshot

2008-01-31 Thread Sascha L. Teichmann
nightlies, Intevation >> is willing to give you all you need. :-) >> >> kind regards, >> Sascha L. Teichmann >> >> >> Am Donnerstag, 31. Januar 2008 05:27:03 schrieb Jonathan Aquino: >>> Hi guys - the computer that I was using to do the build finally die

Re: [JPP-Devel] Rendering problems affecting the quality of printing

2007-06-30 Thread Sascha L. Teichmann
@Larry: IIRC the zero policy was introduced by Sun as a reaction to some user complains at bugs.sun.com that lines were vanishing when the scale becomes very small. I can't remember when that was done. Before 1.4? @SS: What do you think does Batik? It simply creates elements from g2d.lineTo(new

[JPP-Devel] Please use the ChangeLog!

2007-06-30 Thread Sascha L. Teichmann
Hi together! We have a ChangeLog file now. It would be very nice to use it. I know this needs a bit of adaption and discipline ... Michaël? Regards, Sascha - This SF.net email is sponsored by DB2 Express Download DB2 Expr

Re: [JPP-Devel] RenderManager optimized for Interactive vs. batch processing

2007-06-27 Thread Sascha L. Teichmann
not flashing at all seems pretty trivial when you are >> waiting for something to happen. Since the GUI is frozen, the user >> could panic and kill the application. >> >> It would seem that my solution need some more tweaking. >> >> I'll post again after I'

Re: [JPP-Devel] JTS/CursorTool side effects with shared vertices from shapefile?

2007-06-26 Thread Sascha L. Teichmann
Sunburned Surveyor schrieb: > [...] > Sascha's idea about eliminating duplicate coordinate objects in large > polygon layers and linesting layers is interesting. I have some > questions for him on that, but I will put them in another thread so > things don't get so confusing. > [...] If they are

Re: [JPP-Devel] RenderManager optimized for Interactive vs. batch processing

2007-06-25 Thread Sascha L. Teichmann
Larry, Larry Becker schrieb: > [...] > I'm hoping someone will verify that this solution works for printing > plugins. I will implement a path for the Print/Layout plug-in to be able to test it. I'm quiet a bit busy at the moment so results will only be available in two days. > [...] Regards,

Re: [JPP-Devel] RenderManager optimized for Interactive vs. batch processing

2007-06-24 Thread Sascha L. Teichmann
rk against each other and race conditions may occur. But as always: I may be wrong with my analysis and so comments and critics are welcome. :-) I'm still a bit concerned that the hole expensive rendering is done inside the event dispatch thread. I have to test if this may lead to trouble elsewhe

Re: [JPP-Devel] JTS/CursorTool side effects with shared vertices from shapefile?

2007-06-22 Thread Sascha L. Teichmann
e JTS CoordinateSequence facility, and use >> PackedCoordinateSequences for raw Geometry storage. This might give an >> even bigger memory savings. But it would *definitely* require changes to >> the core, since JUMP was mostly written before the JTS CS was >> introduced, so

[JPP-Devel] JTS/CursorTool side effects with shared vertices from shapefile?

2007-06-22 Thread Sascha L. Teichmann
Just for curiosity: When I load a larger polygon shapefile (burlulc) I recognized that the geometries share a lot of common vertices. In case of the burlulc layer over 1,500,000. They are represented by com.vividsolutions.jts.geom.Coordinate objects. If a shapefile gets loaded a new Coordinate obj

Re: [JPP-Devel] A new ThreadQueue

2007-06-22 Thread Sascha L. Teichmann
;) ..an exercise??? >> >> stefan >> >> >>> I'll test the less radical ZoomToSelectedItemsPlugIn solution. We >>> may need to make the RenderManager repaint timer duration get and >>> set-able so that we can synchronize better. >>

Re: [JPP-Devel] RenderManager optimized for Interactive vs. batch processing

2007-06-22 Thread Sascha L. Teichmann
Hi Larry, this definitely a step into the right direction. :-) Using the event/display thread to serialize the renderers in the non-interactive mode is a good idea. Your code looks fine but I will think about the consequences (blocking GUI, etc.). Of course I will test it, too. ;-) Regards, Sasc

Re: [JPP-Devel] GPL and LGPL Compatibility

2007-06-21 Thread Sascha L. Teichmann
Paul, note that 'commercial' is _not_ the opposite of 'free software'! 'Proprietary' or 'non free' is the opposite. - Sascha Paul Austin schrieb: > The only problem would be if you used SS's new classes in a commercial > application. Which in fact would be unlikely as they would not be > allow

Re: [JPP-Devel] GPL and LGPL Compatibility

2007-06-21 Thread Sascha L. Teichmann
If only GPL and LGPL are involved then there is no problem. see: http://www.fsf.org/licensing/licenses/index_html#GPLCompatibleLicenses - Sascha Sunburned Surveyor schrieb: > I was talking to Jody Garnett a little bit about a home for a > converter or pair of converters that would allow develop

Re: [JPP-Devel] Java version

2007-06-21 Thread Sascha L. Teichmann
SS, Sunburned Surveyor schrieb: > [...] > Sascha wrote: "The original JUMP uses still 1.4 IIRC and > I would tend to say this a wise idea if you want > to reach customers which are not willing to install > a newer JVM (for a number of serious reasons)." > > What reasons would there be for avoidin

Re: [JPP-Devel] Java version

2007-06-21 Thread Sascha L. Teichmann
Hi together! It's all about market share between 1.4, 1.5 and 1.6. I have no concrete numbers, but I think 1.4 has still a wide basis these days, even if there are newer version of Java out there. The question you have to answer is: "Does my product profit from the new features?" I'm not not talk

Re: [JPP-Devel] Some help with Java I/O...

2007-06-20 Thread Sascha L. Teichmann
You wrote File dataStorageDirectory = new File(argPath); File toWrite = new File(argPath + argFileName); Do you intent to write File dataStorageDirectory = new File(argPath); File toWrite = new File(argPath, argFileName); ',' instead of '+' for appending a filename to the path? See Java

Re: [JPP-Devel] A new ThreadQueue

2007-06-20 Thread Sascha L. Teichmann
Hi! Larry Becker schrieb: > Thanks Stefan. We appreciate other voices in what was becoming a dialog. We're talking about a very small technical detail here so nobody who is only concerned in the 'big plot' is willing to follow. My fault. I should talk more about brand new, cool, and hyper-ultra

Re: [JPP-Devel] A new ThreadQueue

2007-06-19 Thread Sascha L. Teichmann
: > > Sascha, > > > Don't you have the same effects with the original one? > > I begin to see... I can reproduce flash problems easily in JUMP > and OpenJump, but not in SkyJUMP. That explains why we are both > surpr

Re: [JPP-Devel] Do we have a winner? (Migration to Subversion)

2007-06-19 Thread Sascha L. Teichmann
Hi again! Sunburned Surveyor schrieb: > Sascha wrote: "Binaries must be marked as binaries in CVS. I guess someone has > forgotten to set the binary flag when the libs were checked in. > Now they are messed. I can do so checksumming ... again" > > I appreciate this offer of assistance. If the bin

Re: [JPP-Devel] Do we have a winner? (Migration to Subversion)

2007-06-19 Thread Sascha L. Teichmann
Hi SS, Sunburned Surveyor schrieb: > [...] > Stephan wrote: "What about the binary-libs? I encountered broken libs > at least under WFSPlugin/libs/*.jar. It seems they were not commited > as binary in CVS." > > I didn't think that CVS could store binary files like SVN. Or at least > I thought CVS

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-18 Thread Sascha L. Teichmann
SS, I had a brief look at the ViewVC front end of the the subversion repository and now it looks pretty good. Have you started the conversion process again? - Sascha Sascha L. Teichmann schrieb: > SS, > >> [...] >> That is a good thing. It means that we don't have to

Re: [JPP-Devel] A new ThreadQueue

2007-06-18 Thread Sascha L. Teichmann
however this version doesn't seem to flash > consistently. Sometimes it doesn't flash, sometimes it does. > > regards, > Larry > > On 6/18/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> Larry, >> >> there is probably somebody out there (youn

Re: [JPP-Devel] A new ThreadQueue

2007-06-18 Thread Sascha L. Teichmann
busy each further incoming * Runnable is queued until one of the threads has finished its current job. * If a worker thread becomes idle (no more job in the queue) * it is hold alive for 5 seconds. If during this period of time * no new Runnable is enqueued the worker thread dies. * * @author Sa

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
SS, > [...] > That is a good thing. It means that we don't have to mess with > creating a new dump file. > > Sascha, will the script you provided create a SVN repository from the > dump file Andreas provided. I guess I'm a little confused as to its > purpose. > [...] The script was mainly attach

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
later when importing the dump into SF's repository. Best, Sascha [1] see attached script - I'd run the commands individually so no guarantee that the script works. Sascha L. Teichmann schrieb: > Hi Andreas, > > this sounds all okay to me. I'm currently > downloading yo

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
a new one has to be created. If this is not the case then maybe something went wrong at SF's conversion. Regards, Sascha Andreas Schmitz schrieb: > Sascha L. Teichmann wrote: > > Hello, > >> It would be of interest how Andreas >> generated the svndump file. I would h

Re: [JPP-Devel] openjump icon

2007-06-17 Thread Sascha L. Teichmann
Nice idea, Pedro! :-) Maybe a SVG would be nice, too? I've attached a quick potrace'd version. It may need some work. Kind regards, Sascha Pedro Doria Meunier schrieb: > Hi guys, > > Since the OJ distro for Linux doesn't contain an icon, here's a png > image to be included in the tar... ;-) (p

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
s completely finished ! > > Michaël > > Sascha L. Teichmann a écrit : > >> SS, >> >> if I do the following: >> >> - fetch a clean anonymous SVN check-out >> - generate md5sums for the files >> - fetch a clean anonymous CVS check-out >

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
SS, if I do the following: - fetch a clean anonymous SVN check-out - generate md5sums for the files - fetch a clean anonymous CVS check-out - run a md5sum check against the generated one I receive following result: md5sum: WARNING: 3 of 1421 listed files could not be read md5sum: WARNING: 104 o

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
Hi Landon, The ChangeLog & friends are old, at the wrong place and not identical to the last one found in CVS. This do not provide confidence. Should I do some md5-summing all over the trees? Have you verified the identity of CVS and SVN before moving around things and changing the structure? BTW

Re: [JPP-Devel] A new ThreadQueue

2007-06-15 Thread Sascha L. Teichmann
ms, the cpu is probably idle anyway. > > regards, > Larry > > On 6/15/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> Not if you want to do thread pooling. >> >> The real problem: How can I get a notification >> when a zoom is done? >> >>

Re: [JPP-Devel] A new ThreadQueue

2007-06-15 Thread Sascha L. Teichmann
>> >> On 6/15/07, Larry Becker <[EMAIL PROTECTED]> wrote: >>> Thanks for finding that Listener use in ZoomToSelectedItemsPlugIn. I >>> tried it and it doesn't flash anymore. >>> >>> regards, >>> Larry >>> >>> O

Re: [JPP-Devel] A new ThreadQueue

2007-06-15 Thread Sascha L. Teichmann
in ZoomToSelectedItemsPlugIn. I >> tried it and it doesn't flash anymore. >> >> regards, >> Larry >> >> On 6/15/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >>> In core the >>> >>> com.vividsolutions.jump.workbench.ui.zoo

Re: [JPP-Devel] A new ThreadQueue

2007-06-15 Thread Sascha L. Teichmann
either. > > Anyway, thanks for the help. I'm able to determine the end of > rendering much more accurately now. > > regards, > Larry Becker > > On 6/15/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> Hello Larry, >> >> the version of the

Re: [JPP-Devel] A new ThreadQueue

2007-06-15 Thread Sascha L. Teichmann
oming * Runnable is queued until one of the threads has finished its current job. * If a worker thread becomes idle (no more job in the queue) * it is hold alive for 5 seconds. If during this period of time * no new Runnable is enqueued the worker thread dies. * * @author Sascha L. T

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sascha L. Teichmann
n't do changes after migration >> >> >> stefan >> >> btw. i have been logged in, to get this pages >> >> >> Sunburned Surveyor schrieb: >>> I probably missed them. I will add them. >>> >>> SS >>> >>> On

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sascha L. Teichmann
Hi! What about the ChangeLog, Changes.txt and TODO.txt? I cannot find them in the SVN trunk. Regards, Sascha Sunburned Surveyor schrieb: > I'm afraid I was already well into the process of setting up the SVN > when I read the helpful e-mails in this thread. :[ > > I have made a stab at setting

Re: [JPP-Devel] About Openjump SaveImageasSVG (and other vector formats)

2007-06-09 Thread Sascha L. Teichmann
Hi Giuseppe, interesting library. To integrate it with OpenJUMP should work the same way as Stefan's Save/SVG plug-in (Graphics2D context). Therefore writing a plug-in should be easy (I had a quick look at the FreeHEP's JavaDocs). I think it would be worthwhile to evaluate its potential and see i

Re: [JPP-Devel] About Openjump SaveImageasSVG

2007-06-08 Thread Sascha L. Teichmann
some stuff by two > different people > > stefan > > Sascha L. Teichmann schrieb: >> Hi Guiseppe! >> >> Which version of OpenJUMP do you use? 1.2b? >> >> We've integrated a tweak to OpenJUMP (Viewport.setJava2DConverter()) >> a while ago to make it po

Re: [JPP-Devel] About Openjump SaveImageasSVG

2007-06-08 Thread Sascha L. Teichmann
Hi Guiseppe! Which version of OpenJUMP do you use? 1.2b? We've integrated a tweak to OpenJUMP (Viewport.setJava2DConverter()) a while ago to make it possible to have accurate vertices. The Print/Layout plug-in uses this mechanism and so the problem should _not_ appear if you use it with OpenJUMP

Re: [JPP-Devel] Progress on OpenJUMP CVS Unstable Branch

2007-06-07 Thread Sascha L. Teichmann
I favor SVN too (for a number of reasons) and a lot of our other professional projects are already using SVN. BTW: Jan might remember my astonished scream when we started with the Print/Layout plug-in: "What?! They still using CVS?? Oh, no!" ;-) My 2 cents. - Sascha Sunburned Surveyor schrieb:

Re: [JPP-Devel] new files changelog, changes and todo on CVS

2007-06-06 Thread Sascha L. Teichmann
done. Stefan Steiniger schrieb: > ok, so lets move (Sascha could do that if he commits) > > stefan > > Stephan Holl wrote: > >> Hello Stefan, >> >> Stefan Steiniger <[EMAIL PROTECTED]>, [20070606 - 11:07:45] >> >> >> >>> if you wish, you can change it. >>> I thought it belongs rather to the s

Re: [JPP-Devel] new files changelog, changes and todo on CVS

2007-06-06 Thread Sascha L. Teichmann
BTW: Why do you hide ChangeLog & Co. in the src folder? Nice place to be overseen. One level up it would be more visual. But I can live with the current place. - Sascha Stefan Steiniger schrieb: > that's pretty cool :) > > Sascha L. Teichmann schrieb: >> Hi together, >

Re: [JPP-Devel] new files changelog, changes and todo on CVS

2007-06-06 Thread Sascha L. Teichmann
Hi together, I've created a sample ChangeLog [1] for with cvs2cl.pl for a fresh anonymous OpenJUMP CVS checkout. Please, have a look at it. When committing the BasicStyle patch I would like to add this for completeness to the src/ChangeLog. After this I recommend to maintain it manually. the call

Re: [JPP-Devel] Expensive construction of BasicStyle objects.

2007-06-05 Thread Sascha L. Teichmann
: > Works great and has no side effects that I have found. > > Larry > > On 6/5/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> The NPE comes from BasicStylePanel#findEquivalentItem() >> Therefore it would vote for make this one more bullet proof.

Re: [JPP-Devel] new files changelog, changes and todo on CVS

2007-06-05 Thread Sascha L. Teichmann
> > P.S - Stefan: What is the difference between the Changes file and the > ChangeLog files? Even if I'm not Stefan: Changes.txt is summary of ChangeLog. Very useful for releases and show the progress to the users. They are not interested in the technical details. Look at [1] and [2] to see what

Re: [JPP-Devel] Expensive construction of BasicStyle objects.

2007-06-05 Thread Sascha L. Teichmann
The NPE comes from BasicStylePanel#findEquivalentItem() Therefore it would vote for make this one more bullet proof. See my new patch. I would leave BasicStyle#getFillPattern() untouched. Larry Becker schrieb: > It seem to work when I modify getFillPattern in BasicStyle to include > the check fo

Re: [JPP-Devel] Expensive construction of BasicStyle objects.

2007-06-05 Thread Sascha L. Teichmann
cStyle and BasicStylePanel. If you like them I would commit them to the core. regards, Sascha Sascha L. Teichmann schrieb: > I'll try to remove the GUI dependencies for > a preset fill pattern, but I also want to make > BasicStyle more light weighted. I'll have a look at > it later.

Re: [JPP-Devel] Expensive construction of BasicStyle objects.

2007-06-05 Thread Sascha L. Teichmann
be a good idea. I'm not sure why we can't > just have every new instance point to the same default copy stashed > somewhere. > > regards, > Larry > > On 6/5/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> Hi together! >> >> I wa

Re: [JPP-Devel] Streamlining Java2DConverter decimation

2007-06-05 Thread Sascha L. Teichmann
t; >> I do know that the redraw process is responsible for most of the >> cyclic (new generation) memory consumption in JUMP. This doesn't seem >> to slow down the program much until the percent of free memory drops >> to below 5 %. >> >> regards, >>

[JPP-Devel] Expensive construction of BasicStyle objects.

2007-06-05 Thread Sascha L. Teichmann
Hi together! I was wondering why it takes so long to enable Colour Theming when working with layers with a higher number of features. If you open the "Changes Styles", choose tab "Colour Theming" and check "Enable colour theming". If I do this with a 36,000+ polygon shape file it takes about 24(

Re: [JPP-Devel] Streamlining Java2DConverter decimation

2007-06-05 Thread Sascha L. Teichmann
Hi Sascha; >> >> Sounds interesting. >> Please, let me some more time to have a closer look and see how your >> code compare to the one in CVS. >> Note : I made a recent change in CVS to have the resolution as a >> property and modify it as needed (default=1/2 pixe

Re: [JPP-Devel] new files changelog, changes and todo on CVS

2007-06-04 Thread Sascha L. Teichmann
Hi, Michaël Michaud schrieb: > Hi, > > Thanks Stefan, > Is there a way to use sourceforge cvs log to help completing the > changelog file you just added ? There are several tools for this out there. cvs2cl.pl [1] e.g is working fine. But ones again: Writing a ChangeLog this way is only for the

Re: [JPP-Devel] Unstable branch of the OpenJUMP CVS...

2007-06-03 Thread Sascha L. Teichmann
I would prefer the following: 1 monthn-month (n+1)-month --\ devel-\...---\--\-\--> \ \ \ \ \ release 1.2 ---\ \ \

[JPP-Devel] Streamlining Java2DConverter decimation

2007-06-03 Thread Sascha L. Teichmann
Hi Larry, hi Michaël, I had a look at the decimation code in Java2DConverter. This is awesome! Congratulations! :-) But way not go step further and streamline the model to view coordination transform. Why to create all this temporary Coordinate[] stuff? In the end all what matters is a PathIterat

Re: [JPP-Devel] Unstable branch of the OpenJUMP CVS...

2007-06-02 Thread Sascha L. Teichmann
Hi Stefan, Sorry, I've a lot do this weekend (non IT stuff). Therefore I cannot offer concrete help before Monday. The best way of understanding CVS branching and merging is in my opinion the 5th chapter of the "CVS book". [1] So long, Sascha [1] http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs_5.

Re: [JPP-Devel] SVG support for WMS layers

2007-06-01 Thread Sascha L. Teichmann
preciate > any "volunteer" effort that is put in by the members of our community > and I think you are already proving to be a valuable member of that > community. (Anyone that can hold his own during a discussion of JUMP > source code with Larry Becker has my vote.) :] > >

Re: [JPP-Devel] A new ThreadQueue ...

2007-06-01 Thread Sascha L. Teichmann
r take it personally. I hope you don't either. > > regards, > Larry > > > > On 5/31/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> Hi Larry, >> >> Larry Becker schrieb: >>> Hi Sascha, >>> >>> Only potential

Re: [JPP-Devel] SVG support for WMS layers

2007-06-01 Thread Sascha L. Teichmann
t as long as it was fairly > simple to move things from the unstable branch to the stable branch I > think this would be a great idea. > > The Sunburned Surveyor > > On 5/29/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: >> SS, >> >> Sunburned S

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-30 Thread Sascha L. Teichmann
I do appreciate your hard work and contribution. > I just need a little more time to test. This why are talking about and I'm willing to give you this time. :-) > regards, > Larry (*) Having in mind Knuth's famous quotation about correctness proves and tests. Regards, S

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-30 Thread Sascha L. Teichmann
{ > setRunningThreads(getRunningThreads() - 1); > processQueue(); > } > > So it would seem to me that when the count reaches zero that there are > no more jobs. > > regards, > Larry > > On 5/30/07, Sascha L.

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-30 Thread Sascha L. Teichmann
t; i got positive feedback from my colleaque on the changes of the >>> threading stuff. >>> If Michael aggrees too, you can commit >>> >>> >> As far as I'm concerned, I am really pleased to see Sascha's >> contribution to the core. >> OJ

Re: [JPP-Devel] SVG support for WMS layers

2007-05-29 Thread Sascha L. Teichmann
SS, Sunburned Surveyor schrieb: > [...] > I think we would definitely be interested in having the ability to > render WMS layers as from SVG instead of as an image in OpenJUMP. > However, I think we might benefit from the creation of an "unstable" > or development branch in the OpenJUMP CVS were w

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-29 Thread Sascha L. Teichmann
SS, Sunburned Surveyor schrieb: > Sascha, > > You wrote: "As I pointed out earlier having a ChangeLog would > be nice to document motivations and backgrounds for a change. Simply > generating a ChangeLog out of the commit messages is convenient but > it does not uncover the true potential of such

Re: [JPP-Devel] ChartPlugIn by Geoffrey Roy

2007-05-29 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry, it wasn't my intention to break out of the thread. I made a little c&p mistake .. - - Sascha Roman Isitua schrieb: > Hello Guys, > > My questions is to Geoffrey Roy and all users of his > chart plugin. > > 1. Can stand alone charts be creat

[JPP-Devel] [EMAIL PROTECTED]

2007-05-29 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Roman! Roman Isitua schrieb: > Hello Guys, > > My questions is to Geoffrey Roy and all users of his > chart plugin. > > 1. Can stand alone charts be created for a layers > attributes using this plugin ? i.e. charts that are > not drawn on featur

Re: [JPP-Devel] WMS Problems

2007-05-29 Thread Sascha L. Teichmann
Hello Nacho, you are right. These strange characters prevents OJ from working with this server. I patched my local source copy of OJ com.vividsolutions.wms.WMService#initialize() to resolve the problem: ... PushbackInputStream fake = new PushbackInputStream(inp); int x; while ((x = fake.read())

[JPP-Devel] SVG support for WMS layers

2007-05-28 Thread Sascha L. Teichmann
Hi! Some WMS servers are able to deliver there results in SVG. This does have some advantages for some kind of data. Vector layer may be transported in a more compact form, there is no rasterization on the server so higher quality data can be send to the client. OpenJUMP only fetches WMS results

Re: [JPP-Devel] 'import' statements in OJ

2007-05-27 Thread Sascha L. Teichmann
concern. > > But I have to add, that I left the imports as they have been in the Jump > cvs, to avoid to much confusion when i do updates/sync with the original > Jump by Vividsolutions (using the eclipse diff tool). But as they don't > develop further since 5 months.. > &g

[JPP-Devel] 'import' statements in OJ

2007-05-27 Thread Sascha L. Teichmann
Hi together, I run a little script [1] against the source of OpenJUMP to find out the improper use of 'import' statements. Here's the result: '*' import(s): 507 Star imports are name space polluters and should be better written as a list of explicit imports. Star imports are often used for

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-26 Thread Sascha L. Teichmann
s, use many layers, use less layer, use db and WMS layers. Do all the fancy stuff you like to do. If the OJ freezes or something other looks odd just tell me. :-) - Sascha > Michaël Michaud schrieb: >> Sascha L. Teichmann a écrit : >> >>> Really back to topic: >>&

Re: [JPP-Devel] Bug+Fix: Loading a project made of WMS layers results in retrieving the layers sequentially.

2007-05-26 Thread Sascha L. Teichmann
ject) > > greetings from zurich, > stefan > > Sascha L. Teichmann schrieb: >> Hi! >> >> Not easy to find a accurate topic for this little bug. >> >> If you store a project with an WMS layer in it and >> load this project later, the WMS layer i

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-25 Thread Sascha L. Teichmann
s of time." >>> >>> This seems like an admirable goal to me. If Larry, or a similar >>> programmer of his experience, agrees that this changes would be >>> beneficial, I say we give Sascha a shot at it. It sounds like she has >>> considered her change

[JPP-Devel] Bug+Fix: Loading a project made of WMS layers results in retrieving the layers sequentially.

2007-05-25 Thread Sascha L. Teichmann
Hi! Not easy to find a accurate topic for this little bug. If you store a project with an WMS layer in it and load this project later, the WMS layer is not loaded parallel any more. Background: WMS layers are normally loaded in parallel running threads to compensate there slow data arrival. To

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-24 Thread Sascha L. Teichmann
e in terms of time." > > This seems like an admirable goal to me. If Larry, or a similar > programmer of his experience, agrees that this changes would be > beneficial, I say we give Sascha a shot at it. It sounds like she has > considered her changes carefully. > >

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-24 Thread Sascha L. Teichmann
ques. Have you done any > benchmarks that show that the new SingleThreadQueue speeds up > rendering? Your logical argument that it should be more efficient is > persuasive, but I have been surprised by Java before. > > respectfully, > Larry Becker > > On 5/23/

[JPP-Devel] A new ThreadQueue ...

2007-05-23 Thread Sascha L. Teichmann
down. * * @author Sascha L. Teichmann ([EMAIL PROTECTED]) */ public class SingleThreadQueue extends ThreadQueue { /** * This is the time to wait before the processing thread ends. * (30 secs) */ public static final long TIME_TO_WAIT = 3L; protected class QThread extends Thread { prot

Re: [JPP-Devel] Caching result of WMS requests?

2007-05-22 Thread Sascha L. Teichmann
); > > regards, > Larry > > On 5/22/07, *Stefan Steiniger* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hei Sascha, > > thanx a lot. > are you going to commit it the openjump cvs repository? > would be nice :o) > >

Re: [JPP-Devel] Caching result of WMS requests?

2007-05-22 Thread Sascha L. Teichmann
done. :-) Stefan Steiniger schrieb: > Hei Sascha, > > thanx a lot. > are you going to commit it the openjump cvs repository? > would be nice :o) > > stefan > > Sascha L. Teichmann schrieb: >> Hi together, >> >> I'm currently hunting down some

[JPP-Devel] Caching result of WMS requests?

2007-05-22 Thread Sascha L. Teichmann
Hi together, I'm currently hunting down some timing bugs in the Print/Layout plug-in. If WMS layers are used they are not always imported correctly into the layout sheet. On my trip down the rendering path I found out that WMS layers do not cache the resulting images of there requests. I've writ

Re: [JPP-Devel] I could really use some help with this question on the RenderingManager...

2007-05-21 Thread Sascha L. Teichmann
cha, > > This is how the method was coded first, and I still got the error > message. I changed it today thinking that might fix the problem. > > Do you have any other ideas? > > The Sunburned Surveyor > > On 5/21/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wr

Re: [JPP-Devel] I could really use some help with this question on the RenderingManager...

2007-05-21 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, What about rewriting getRenderer(contentID).equals(null) as getRenderer(contentID) == null ? - - Sascha Sunburned Surveyor schrieb: > I'm about ready to give up on this pluggable rendering system for > OpenJUMP. :] > > I created JUnit tests

Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Sascha L. Teichmann
t; > Larry > > On 5/16/07, *Sascha L. Teichmann* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi, > > Stefan Steiniger schrieb: >> i just have seen, that Sourceforge now also offers a wiki. > >> It may offer the choice to move so

Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Stefan Steiniger schrieb: > i just have seen, that Sourceforge now also offers a wiki. > > It may offer the choice to move some development related pages to that > wiki. for instance changes on the cvs, needed and added new functions, Wikis ar

Re: [JPP-Devel] SVGConvertable Inteface...

2007-05-15 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi together, The Print/Layout Plug-in is based on SVG exactly for the reason of being used in a tool chain. It would be of great to have an API that eases the SVG conversion process. I've a lot of ideas how to do it right and I'm willing to assist yo

Re: [JPP-Devel] Help

2007-03-24 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Roman, Roman Isitua schrieb: > 2. The printlayout plugin is not working each time I > use it. I get the > following error > > java.lang.NoClassDefFoundError: > org/apache/batik/dom/svg/SAXSVGDocumentFactory > [...] The printlayout plug-in

Re: [JPP-Devel] Make Java2DConverter exchangeable in Viewport?

2007-03-19 Thread Sascha L. Teichmann
ents about this topic? - - Sascha [1] java.lang.reflect is our friend here to check if it exists and call it if it's possible. Stefan Steiniger schrieb: > ok.. if Larry (from my point of view the expert) agrees, then you can > commit your patch. > > stefan > > Sasc

[JPP-Devel] Make Java2DConverter exchangeable in Viewport?

2007-03-19 Thread Sascha L. Teichmann
Hallo together, It would be of great if the Viewport class [1] would has a setJava2DConverter(Java2DConverter) method. Java2DConverter [2] objects are used to convert JTS geometries into Java2D shapes. Why should it be possible to exchange the converter? For the simple reason that the default one

Re: [JPP-Devel] Rendering precision of SVG export (was PrintLayout Plugin 0.8.2)

2007-02-02 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Ugo Ugo Taddei schrieb: >> To be honest, I find difficult to compare the two images below, because they >> are >> essentially different. (What do I have to look for?) Have a look at the vertices not the sight. ;-) as announced before here t

Re: [JPP-Devel] Rendering precision of SVG export (was PrintLayout Plugin 0.8.2)

2007-02-02 Thread Sascha L. Teichmann
Hello Stefan, hello Ugo, Ugo wrote: > The coordinates are converted to integers here by using a > java.awt.Polygon. Bad idea. I replaced this by a java.awt.geom.GeneralPath. > > >>> So, what's the bad idea here, to use the awt.Polygon or to convert to ints? >>> In terms of precision. You simply l

[JPP-Devel] Rendering precision of SVG export (was PrintLayout Plugin 0.8.2)

2007-02-01 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi together, Larry brought up the point that the SVG export is crappy due to rounding errors. I tracked down this issue to the point where the rounding is done. Mainly two classes are responsible for this: 1) com.vividsolutions.jump.workbench.ui.ren

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, once again. You have to add _all_ new Jars to the CLASSPATH! Did you read my reply to Maltes Mail from 30-jan-2007? I posted a openjump.bat (from plain OpenJUMP stable) with patched CLASSPATH to include all JARS. - - Did you test that? - - Di

  1   2   >