Re: [JPP-Devel] Charset choise

2010-09-07 Thread Sunburned Surveyor
Matthias, I wonder if it might be worth checking out the current GeoTools code for loading shapefiles, which already works with Charsets? I have done some work on code that allows you to obtain JUMP feature objects from th GeoTools shapefile driver. It seems logical to store the last used

Re: [JPP-Devel] configurable cross-platform OJ launching

2010-09-07 Thread Sunburned Surveyor
I'm going to tinker with a bare bones Java launcher this week I hope. I will let you know how it goes. I don't have a problem committing the Mac launch script to the SVN. The Sunburned Surveyor On Sat, Sep 4, 2010 at 1:48 PM, edgar.sol...@web.de wrote: - rework windows batch to be one file

Re: [JPP-Devel] [openjump-users] Error message in Adjust selected side

2010-09-07 Thread Sunburned Surveyor
FYI: I still think the nightly build is broken. The last time I saw a build available for download was 2010-08-26. I'm going to try to get a build of the current SVN up on the web today so people can try out some our our latest changes/improvements. The Sunburned Surveyor On Mon, Aug 30, 2010

Re: [JPP-Devel] System.out in code

2010-09-07 Thread Sunburned Surveyor
Stefan, Do you have a problem with letting Kevin apply his patches to the ImageFactory classes? Would it be possible to set-up a simple log-to-file mechanism that could be accessed from the plug-in context? I have used Log4j before, and it seemed a little complicated. I wonder if just having the

Re: [JPP-Devel] Charset choise

2010-09-07 Thread edgar . soldin
On 07.09.2010 16:25, Sunburned Surveyor wrote: I wonder if it might be worth checking out the current GeoTools code for loading shapefiles, which already works with Charsets? I have done some work on code that allows you to obtain JUMP feature objects from th GeoTools shapefile driver. I once

Re: [JPP-Devel] configurable cross-platform OJ launching

2010-09-07 Thread edgar . soldin
On 07.09.2010 16:30, Sunburned Surveyor wrote: I'm going to tinker with a bare bones Java launcher this week I hope. I will let you know how it goes. I don't have a problem committing the Mac launch script to the SVN. I suggest you to have a look at

Re: [JPP-Devel] configurable cross-platform OJ launching

2010-09-07 Thread Sunburned Surveyor
Thanks, I'm downloading the code now. SS On Tue, Sep 7, 2010 at 8:01 AM, edgar.sol...@web.de wrote: On 07.09.2010 16:30, Sunburned Surveyor wrote: I'm going to tinker with a bare bones Java launcher this week I hope. I will let you know how it goes. I don't have a problem committing the

Re: [JPP-Devel] System.out in code

2010-09-07 Thread Kevin Neufeld
On 9/7/2010 7:38 AM, Sunburned Surveyor wrote: Stefan, ... I have used Log4j before, and it seemed a little complicated. I find the log4j.properties variant complicated as well. But the log4j.xml [1] configuration variant I find fairly straight forward [2]. I can include/exclude log

Re: [JPP-Devel] System.out in code

2010-09-07 Thread Sunburned Surveyor
I'll have to take a look at log4J again. Did you imagine exposing a method to access the logging functionality through the plug-in context, or through some other mechanism? The Sunburned Surveyor On Tue, Sep 7, 2010 at 8:29 AM, Kevin Neufeld kneuf...@refractions.net wrote:  On 9/7/2010 7:38 AM,

Re: [JPP-Devel] Selectionstyle Patch

2010-09-07 Thread Sunburned Surveyor
Thanks Matthias. I was going to translate the English file, but sounds like you've already done that. Landon On Mon, Sep 6, 2010 at 12:29 PM, Matthias Scholz m...@jammerhund.de wrote: Hi Landon, sorry for my delay, but my internet connection was down at the weekend :-( I've done the german

[JPP-Devel] zooming to the last extent opening a project

2010-09-07 Thread Nils Kuhn
Hi all, I am writing the extent of the viewport of the LayerViewPanel to a project-file while exiting OJ. For setting the viewport to this extent again while opening that project I added a function zoomToLastLocation to the class com.vividsolutions.jump.workbench.ui.plugin.OpenProjectPlugIn.

Re: [JPP-Devel] zooming to the last extent opening a project

2010-09-07 Thread Larry Becker
Hi Nils, OJ has had the capability to restore the view at the time the project was saved since February this year. See JUMPWorkbench.main(). regards, Larry On Tue, Sep 7, 2010 at 11:47 AM, Nils Kuhn nils.k...@bws-gmbh.de wrote: Hi all, I am writing the extent of the viewport of the

Re: [JPP-Devel] question about getUltimateWrappee()

2010-09-07 Thread Michaël Michaud
Hi Kevin, The FeatureCollectionWrapper.getUltimateWrappee() looks like this: public FeatureCollection getUltimateWrappee() { FeatureCollection currentWrappee = fc; while (currentWrappee instanceof FeatureCollectionWrapper) { currentWrappee = ((FeatureCollectionWrapper)

Re: [JPP-Devel] [openjump-users] Error message in Adjust selected side

2010-09-07 Thread edgar . soldin
On 07.09.2010 21:13, Sunburned Surveyor wrote: If someone sends me the required files for launching OJ on the Mac, I'll get them in the nightly build release I am preparing. In the course of making the gps extension working on different plattforms I checked and extended the linux script.

Re: [JPP-Devel] System.out in code

2010-09-07 Thread Michaël Michaud
Hi, Of course, I agree with Martin's solution to report bad features in a dedicated layer. Ede also reminded us about the HTMLFrame, which may not be well suited to report geometry problems, but which is the way to go for other information messages directed to the user (ex. statistics,