Re: [JPP-Devel] Improved windows bat file

2007-09-17 Thread Paul Austin
Stefan, My plan is to have a directory called .jump in the user's home directory. This file would contain each user's specific configuration. The file openjump.profile is used to allow users to override any of the startup parameters such as Java menu options and any JUMP command line options.

[JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Paul Austin
The current implementation of the Basic StylePanel does not include the editable flag. The upshot of this is if you want to tdefine some kind of custom style and disable the basic style you can't do this. Because if the user uses the style dialog a new basic style is created without maintaining

[JPP-Devel] R: Improved windows bat file

2007-09-17 Thread P . Rizzi Ag . Mobilità Ambiente
May I suggest to introduce a profile concept, so that each user can define more than one configuration set and decide which one to use when launching OJ??? Bye Paolo Rizzi -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] conto di Paul Austin Inviato: lunedì

Re: [JPP-Devel] R: Improved windows bat file

2007-09-17 Thread Paul Austin
If we do anything such as profiles, I think this would be done in Java rather than in a bat,sh, or exe file. Paul P.Rizzi Ag.Mobilità Ambiente wrote: May I suggest to introduce a profile concept, so that each user can define more than one configuration set and decide which one to use when

[JPP-Devel] interesting extension

2007-09-17 Thread Giuseppe Aruta
Hi all I found this interesting extension for Arcview, Jump 1.0 project file is also supported Regards peppe ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html

Re: [JPP-Devel] Improved windows bat file

2007-09-17 Thread Stefan Steiniger
ok.. that sounds good. But we need also to get sure, that OJ/JUMP keeps it pack go property.. which i realy like :) stefan Paul Austin wrote: Stefan, My plan is to have a directory called .jump in the user's home directory. This file would contain each user's specific configuration. The

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Stefan Steiniger
ok.. fine for me stefan Paul Austin wrote: The current implementation of the Basic StylePanel does not include the editable flag. The upshot of this is if you want to tdefine some kind of custom style and disable the basic style you can't do this. Because if the user uses the style dialog a new

[JPP-Devel] R: R: Improved windows bat file

2007-09-17 Thread P . Rizzi Ag . Mobilità Ambiente
But if you store the configuration stuff inside the user's home directory, each user wil have only one set of configuration available, or not??? OK, the user may always user some other more explicit mean to specify configurations, but... What about subdirectories of the user's home dir. Each

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Larry Becker
Hi Paul, ColorThemingSyle disables the BasicStyle when it is enabled and vice versa. See ColorThemingStylePanel.updateStyles(). Why would we want to put this responsibility in the hands of the user? regards, Larry On 9/17/07, Stefan Steiniger [EMAIL PROTECTED] wrote: ok.. fine for me

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Larry Becker
Bad example. It does that now. Larry On 9/17/07, Paul Austin [EMAIL PROTECTED] wrote: Why not? For example a user may want to use the label style but not have the Point or line displayed Paul Larry Becker wrote: Hi Paul, ColorThemingSyle disables the BasicStyle when it is

Re: [JPP-Devel] Enabled for BasicStylePanel

2007-09-17 Thread Larry Becker
Turn off line and fill. On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: Bad example. It does that now. Larry On 9/17/07, Paul Austin [EMAIL PROTECTED] wrote: Why not? For example a user may want to use the label style but not have the Point or line displayed Paul Larry

Re: [JPP-Devel] [Fwd: Re: Projection with Geotools2 CRS]

2007-09-17 Thread Edgar Soldin
Not really ;) ... after posting the snippet mentioned, i also had a look in your docs and found the utility class, even posted about it in the list (see attachment). once again .. respect to you geotools folks, you really made a nice feature even more handy by creating the utility class.

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Larry Becker
You can get away with 512MB if you're willing to wait a long time. I think I used 750. The four counties parcel data occupied about 470MB committed memory. The memory bottleneck during loading is the simultaneous rendering. SkyJUMP currently turns off event firing after the first layer, when

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Larry Becker
I just created a SelectablePlugIn by copying EditablePlugIn and making a few trivial changes. It seems to work like a charm! Now, do we need Snappable, (Sp?) or should not Selectable imply not Snappable? It doesn't currently. Larry On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: Hi

Re: [JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-17 Thread Stefan Steiniger
we should post this on the wiki :) love it stefan Adrian Custer schrieb: On Mon, 2007-09-17 at 10:46 -0700, Jody Garnett wrote: Edgar Soldin wrote: just one question .. what is this bursa wolf parameter option? ... My impression is that this is scary math I never quite understood. The

Re: [JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-17 Thread Larry Becker
LOL! Clear as mud! Larry On 9/17/07, Stefan Steiniger [EMAIL PROTECTED] wrote: we should post this on the wiki :) love it stefan Adrian Custer schrieb: On Mon, 2007-09-17 at 10:46 -0700, Jody Garnett wrote: Edgar Soldin wrote: just one question .. what is this bursa wolf parameter

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
This is the right way to go IMO, Larry/all. We added the Selectable option while building the Image framework, to avoid having image bounding boxes selected all the time. But we never pushed this out to be visible to the user. Time to do it, I guess! Have you thought about how to make this

Re: [JPP-Devel] Thoughts on ZoomRealtimeTool behaviour

2007-09-17 Thread Larry Becker
Hi Martin, On 9/17/07, Martin Davis [EMAIL PROTECTED] wrote: The ZoomRealtime Tool is a very cool idea... but the way it works seems a bit confusing to me. I would have expected it to keep the initial point that was clicked directly under the mouse cursor as zooming takes place. Good

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Stefan Steiniger
mhm.. usecase: if you have activated a drawing tool (such as polygon drawing) then you can not select at the same time, right? .. so from this point of few, not selectable can/should imply not snappable, because slectable layers are still be snappable. so it could be named a double funtion

[JPP-Devel] Drag'n'Drop?

2007-09-17 Thread Martin Davis
My day to be ideas guy. Has anyone looked at implementing drag'n'drop inside OJ? Specifically, - drag-n-drop a data file onto a view to load it - drag-n-drop layers between views Just an idea I know uDig does this, maybe I'll ask those guys to see how hard it would be. -- Martin Davis

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
Good idea. So italics would mean NOT Selectable, right? I think Stefan's right - ultimately an icon change would be good too (or maybe a second icon showing the states). But the font change is good and quick to do now. Hey, I just thought of something which might be handy. In Swing

Re: [JPP-Devel] [Fwd: Re: Projection with Geotools2 CRS]

2007-09-17 Thread Stefan Steiniger
just one question .. what is this bursa wolf parameter option? it is used to transform from one ellipsoid (e.g. WGS84) to another ellipsoid (e.g. Clarke 1866). (actually on the geotools page they speak of spheroid instead ellipsoid, where the latter is a specialisation) and - i am not really

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Martin Davis
Larry, you rock! What was the mem size setting that you used? Every so often I wonder about whether it's possible to use 64-bit Java and huge memory sizes to allow processing massive datasets. Anyone had any experience with this? Larry Becker wrote: I put my new Vista PC together this

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
Great work! What I like about this list is that you can throw out an idea and like magic it gets implemented 20 minutes later. 8^) But seriously... it's very inspiring interacting with a bunch of clever people all focussed on making JUMP work better. I checked with the uDig guys... DnD is

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Stefan Steiniger
I actually would prefer to have switched icon in the layer menu (maybe for both editing and selecting). Because i am not sure that people recognize the change. but the image use can be defered to a later version Is there currently a Snappable setting on layers in OJ? Or is this still just

[JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-17 Thread Adrian Custer
On Mon, 2007-09-17 at 10:46 -0700, Jody Garnett wrote: Edgar Soldin wrote: just one question .. what is this bursa wolf parameter option? ... My impression is that this is scary math I never quite understood. The javadocs describe it all detail (and have links to papers etc..). Well,

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Sunburned Surveyor
I'd like to use Layerable, since that will give us more flexibity down the road. SS On 9/13/07, Stefan Steiniger [EMAIL PROTECTED] wrote: yep! i agree, and this reminds me on having the same for features that show the most prominent what i want to know about .. ie. number of vertices,

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Larry Becker
The Layer Info is in OJ now, and I certainly intended that it should be extended further, so if someone is motivated, please add away. Larry On 9/17/07, Larry Becker [EMAIL PROTECTED] wrote: That would certainly be consistent with the ESRI feature dataset model which puts so much emphasis on

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Larry Becker
If anyone is interested in the sample data that I used, you can download it at: http://www.capcog.org/Information_Clearinghouse/geospatial_main.asp Larry On 9/17/07, Sunburned Surveyor [EMAIL PROTECTED] wrote: That is some serious data! I've got Windows Vista/Debian Linux running an a dual

[JPP-Devel] List of OpenJUMP Functions - Edits To File Menu

2007-09-17 Thread Sunburned Surveyor
Peppe, I have completed my review and edits of the File Menu descriptions in you List of OpenJUMP Functions. You have done some great documentation work, and we really appreciate it. I only had minor changes, like fixing some plural tense mistakes and also revising some fragment sentences.

Re: [JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-17 Thread Michaël Michaud
Hey, In the for dummies collection, geodesy for dummies, from adrian, will surely become a best seller :-) Michael Adrian Custer a écrit : On Mon, 2007-09-17 at 10:46 -0700, Jody Garnett wrote: Edgar Soldin wrote: just one question .. what is this bursa wolf parameter option?

[JPP-Devel] Using PDF Files As Embedded Help

2007-09-17 Thread Sunburned Surveyor
I decided that I would try Peppe's idea of using PDF files as embedded help in OpenJUMP. I'm going to have a help button in some of the dialogs in my Super Select Tool. The button will open a designated PDF file using a PDF viewer/reader. I would like to know if we can use a common variable to