Re: [JPP-Devel] printing extension

2007-01-08 Thread Geoffrey G Roy
I have uploaded a new version (0.7) of the Printing extension. I found that it was necessary to wait for the graphics to finish painting before sending to to the printer. It appears (I think) that the screen painting is queued into multiple threads. I am now waiting for all these threads to

[JPP-Devel] Projet Updater extension

2007-01-08 Thread Geoffrey G Roy
I have found it useful to develop an extension that allows me to move mapping projects (collections of files) around in my file system. I found that if you moved a layer file(and its related files) then the Project could not find it. When reloading a layer from a new location all the style info

Re: [JPP-Devel] cvs - commit : magery framwork

2007-01-08 Thread David Zwiers
Stefan, Each 'loader' in the framework auto enables/disabled based on whether the required libraries are present ... so no need to disable the ECW beyond just removing the dll from the build. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan

Re: [JPP-Devel] Projet Updater extension

2007-01-08 Thread Stefan Steiniger
Hei, the solution in the nightly built is that one will be asked to point to the file location if a file is not found. As far as i remember it also assumes that the other files are at the same position. but note: this solution is implemented in Openjump and not Jump. Thus if you have done an e

Re: [JPP-Devel] cvs - commit : magery framwork

2007-01-08 Thread Stefan Steiniger
Hei David, thanx for the info.. thats nice stefan David Zwiers wrote: >Stefan, > >Each 'loader' in the framework auto enables/disabled based on whether >the required libraries are present ... so no need to disable the ECW >beyond just removing the dll from the build. > >David > >-Original

Re: [JPP-Devel] cvs - commit : magery framwork

2007-01-08 Thread erwan bocher
Hi Stefan, Best wishes 2007. I have upload a new version of the sigle raster plugin developed by Nicolas Lavoillotte. This plugin use a gdal wrapper in java. It's very fast and you can load in OpenJUMP big data without memory limits. In few days all sources code will be available at this link :

Re: [JPP-Devel] printing extension

2007-01-08 Thread Jonathan Aquino
Hi Geoff - Yup, multiple threads are used to render the various layers simultaneously. Jon > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Geoffrey G Roy > Sent: Monday, January 08, 2007 1:51 AM > To: List for discussion of JPP development and