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

2007-02-02 Thread Ugo Taddei
Hello Sascha, Sascha L. Teichmann wrote: > -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 resp

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

2007-02-02 Thread Stefan Steiniger
Thanx Sascha, but i also wonder like Ugo if the current realization is faster than your changes. So for instance we should compare by expeorting to svg if the number of points is reduced by the current renderer. If yes, this will of course give speed improvements for large pieces of data. Then

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

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 Ugo Taddei
Hi, Sascha L. Teichmann wrote: > -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 ve

[JPP-Devel] FOSSGIS conference

2007-02-02 Thread Malte Weller
Hello all, on March 13. to 15. the FOSSGIS (Freie und Open Source Software für Geoinformationssysteme*) *conference will take place in Berlin (http://www.fossgis.de/wiki/index.php/Main_Page). The conference will hold in GERMAN language (Sorry, for all non-german-speaking OpenJump maniacs). As

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-02 Thread Rahkonen Jukka
Hello, Good news first, I succeeded in installing the plugin on the first try simply by following the instructions. It is also making printouts for me. Couple of remarks from a very quick firs test: - Printing is rather slow both on paper and to pdf-file if I have aerial images as background. T

Re: [JPP-Devel] FOSSGIS conference

2007-02-02 Thread Ugo Taddei
hi Malte, Malte Weller wrote: > Hello all, > > on March 13. to 15. the FOSSGIS (Freie und Open Source Software für > Geoinformationssysteme*) *conference will take place in Berlin > (http://www.fossgis.de/wiki/index.php/Main_Page). > The conference will hold in GERMAN language (Sorry, for all

Re: [JPP-Devel] FOSSGIS conference

2007-02-02 Thread Stefan Steiniger
sorry for one more email on this topic i actually thought about coming. But my problem was that i can only show the webservice thing which i actually did not invent.. (assuming it is running until that date: we need to find a new server for the gis-processing services). I know we should do a OJ

[JPP-Devel] commit: change on LayerManager.FireCategoryChanged

2007-02-02 Thread Stefan Steiniger
done and commited :o) stefan Larry wrote: > > I modified line 335 in fireCategoryChanged using the same > technique as Jon did in fireFeaturesChanged and it seems to have > fixed the problem. > > for (Iterator i = new > ArrayList(layerListeners).i

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-02 Thread Jan-Oliver Wagner
On Friday 02 February 2007 15:05, Rahkonen Jukka wrote: > Good news first, I succeeded in installing the plugin on the first try > simply by following the instructions. It is also making printouts for > me. thanks for the test :-) > Couple of remarks from a very quick firs test: > - Printing is r

Re: [JPP-Devel] FOSSGIS conference

2007-02-02 Thread Jan-Oliver Wagner
On Friday 02 February 2007 15:29, Ugo Taddei wrote: > Malte is asking whether we should organize an OpenJUMP developer meeting. > > I find it a good idea, and I'll probably there there myself. So, folks, if > anyone is around Berlin by that date, feel free to come. If non-German > speakers are plan

Re: [JPP-Devel] commit: change on LayerManager.FireCategoryChanged

2007-02-02 Thread Sunburned Surveyor
Thanks for taking care of that Stefan. I appreciate it. Landon On 2/2/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: done and commited :o) stefan Larry wrote: > > I modified line 335 in fireCategoryChanged using the same > technique as Jon did in fireFeaturesChanged and it