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] 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] PrintLayout Plugin 0.8.2

2007-02-01 Thread [EMAIL PROTECTED]
Hi again! For the long run the direct JTS -> SVG conversion would be fine. But what to do against the rounding issue in the short run? Is there an easy way to turn off this rounding? This would help not even the SVG export, it would help _any_ export scheme that relies on rendering. If I'am rig

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Sunburned Surveyor
Your right Sascha, the AWT Geometries would be stored with double precision. But I think during the rendering process these coordinate value are shifted and trimmed before rendering. (This is just a guess.) I think that is what you are talking about when you say "The round must take place therefor

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Jan-Oliver Wagner
Geoffrey, On Thursday 01 February 2007 13:06, Geoffrey G Roy wrote: > Finally working, yes- you need to ALL jars to the classpath. It should > be made clear that the exe version of OpenJUMP cannot be used as the > classpath seems to be locked away somewhere. I must use the batch file > suitable

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread [EMAIL PROTECTED]
Hi! Sunburned Surveyor schrieb: > I don't think the real solution to this problem is messing with the > LayerViewPanel resolution. I know that I'm in no position to complain, so > please take the following as only an outsider's observation. I agree, this is just a workaround. > I think most of t

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Sunburned Surveyor
That stinks. I don't think the real solution to this problem is messing with the LayerViewPanel resolution. I know that I'm in no position to complain, so please take the following as only an outsider's observation. I think most of the current SVG "exporters" in OpenJUMP use Batik to convert Jav

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread [EMAIL PROTECTED]
Hello Landon, Larry is right about the resolution issue. It's not about the vectors them selfs, its because they are rounded to near integer values in the range of the size of the LayerViewPanel. Lets say it has a size of say 300 x 300 pixel the renderers round all vertices to that discrete raste

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Larry Becker
Resolution is a confusing term, isn't it? To see what I mean, look at the attached jaggy.png image that I captured from a pdf file written by the PrintLayout plugin. I compared it to OpenJUMP's SVG output and found it to be basically the same. Although vectors are being used, their precision is

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Sunburned Surveyor
Larry, I haven't had a chance to try out Jan's plug-in yet, but I was confused by a comment in your last e-mail. You said that "...as with the Save as SVG option in OpenJUMP, the resolution of the resulting vectors seems to be limited to the screen resolution which is a bit dissappointing." I do

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Larry Becker
I have resolved my problems with the PrintLayout plugin. They appear to have been caused (as usual) by typos in the bat file. I would tend to agree with Geoff's comments. Also, as with the Save as SVG option in OpenJUMP, the resolution of the resulting vectors seems to be limited to the screen

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Geoffrey G Roy
To Sasha, Jan and others Finally working, yes- you need to ALL jars to the classpath. It should be made clear that the exe version of OpenJUMP cannot be used as the classpath seems to be locked away somewhere. I must use the batch file suitable edited. This is a issue previously raised with

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Ugo Taddei
Hello, I think the problem here is that the old libs are still being used. The candidates here are the xml-api and batik jars. We use a different procedure in deejump and that's why we havent' got any problem. Anyway, I took care to use the jars needed by the plugin. (S. installation instructi

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

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Jan-Oliver Wagner
Geoffrey, On Thursday 01 February 2007 00:39, Geoffrey G Roy wrote: > I have tried your 0.8.2 version, but still get an error when trying to > execute the extension > > "org.w3c.dom.svg.SVGDocument (No Class Def Found)" > -

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-02-01 Thread Jan-Oliver Wagner
On Wednesday 31 January 2007 16:27, Ugo Taddei wrote: > I gave your plugin a spin and it's AOK with deejump. Nice :-) :-) > I missed an option for landscape x portrait printing. I added this as feature wish to the (new) TODO.txt file. > It'd also be useful to > have some way of annotating a

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-31 Thread Larry Becker
I'm also getting an error. I'll try downloading and installing a fresh copy of OpenJUMP tomorrow. java.lang.NoClassDefFoundError: org/w3c/dom/xpath/XPathEvaluator at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.S

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-31 Thread Geoffrey G Roy
Jan I have tried your 0.8.2 version, but still get an error when trying to execute the extension "org.w3c.dom.svg.SVGDocument (No Class Def Found)" java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument at jav

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-31 Thread Ugo Taddei
Hello Jan, I gave your plugin a spin and it's AOK with deejump. Nice :-) I missed an option for landscape x portrait printing. It'd also be useful to have some way of annotating a layout (just a box with some text...but I guess that's still to come). Cheers, Ugo Jan-Oliver Wagner wrote: > Ug

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-31 Thread Jan-Oliver Wagner
Ugo, On Wednesday 31 January 2007 09:32, Ugo Taddei wrote: > Jan-Oliver Wagner wrote: > > On Wednesday 31 January 2007 03:31, Geoffrey G Roy wrote: > >> I don't seem to be able to get at 0.8.2 form the link below. > > Nor can I. > > Download doesn't start automatically. When I force the download

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-31 Thread Ugo Taddei
Hi Jan, Jan-Oliver Wagner wrote: > Geoffrey, > > On Wednesday 31 January 2007 03:31, Geoffrey G Roy wrote: >> I don't seem to be able to get at 0.8.2 form the link below. Nor can I. Download doesn't start automatically. When I force the download, I do get the file, but it's a around 0 kb large

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-31 Thread Jan-Oliver Wagner
Geoffrey, On Wednesday 31 January 2007 03:31, Geoffrey G Roy wrote: > I don't seem to be able to get at 0.8.2 form the link below. hm, strange. I just checked and the link works for me. It is not a direct link to the file though. Therefore you should open it in your web browser. > > I just upl

Re: [JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-30 Thread Geoffrey G Roy
Dear Jan I don't seem to be able to get at 0.8.2 form the link below. Geoff Jan-Oliver Wagner wrote: > Hi OJ developers, > > I just uploaded the update 0.8.2 of the new PrintLayout plugin: > > http://sourceforge.net/project/showfiles.php?group_id=118054&package_id=219772&release_id=482551 > > It

[JPP-Devel] PrintLayout Plugin 0.8.2

2007-01-30 Thread Jan-Oliver Wagner
Hi OJ developers, I just uploaded the update 0.8.2 of the new PrintLayout plugin: http://sourceforge.net/project/showfiles.php?group_id=118054&package_id=219772&release_id=482551 It is my sincere hope that now it is easier to get the plugin to work. Test reports welcome! Changes since 0.8.1: