[JPP-Devel] How to commit on sourceforge CVS ?

2007-01-16 Thread Michaël Michaud
Hi Stefan, hi Sunburned I would like to commit new translations for jump_fr.properties, but I am not very skilled with CVS and I did not succeed until now : One or two months ago, Stefan told me write acces have been given back to me and I just changed my sourceforge password today because I

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Michaël Michaud
Hi Sunburned : There is probably a copy/paste bug line 173 of SpatialJoinPlugIn class : else if (methodName.equals(METHOD_WITHIN)) { if (aFeature.getGeometry().within(bFeature.getGeometry())) { nbFeatureWithin++; nbFeature++; fEqual = bFeature; } It should be fWithin instead of

Re: [JPP-Devel] Help with Bug 1546889

2007-01-18 Thread Michaël Michaud
for the translation of the imagery framework are done and commited.. But i have not yet commited the ECW dlls - also because of the email by Jan corresponding the GPL and the ecw license terms Michaël Michaud schrieb: Hi Sunburned : There is probably a copy/paste bug line 173 of SpatialJoinPlugIn class

Re: [JPP-Devel] Direction of line segments

2007-01-29 Thread Michaël Michaud
ever seeing any JUMP standard Control-key shortcuts at all. I wonder if there is some kind of issue there? Oh well, I suppose you can always fall back on typing Alt-T B whatever. regards, Larry On 1/29/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Great

Re: [JPP-Devel] Suggestion by Pedro on changing to Kosmo

2007-03-03 Thread Michaël Michaud
Hi all I can't resist any longer to give my feeling on the subject. Firstly, I think the mail title should be suggestion by Paolo instead of Pedro :-) I have made some tests with kosmo rc1 and I am quite impressed by the work. Not only because they added some capabilities which we have

[JPP-Devel] BeanToolsPlugIn integration in OJ

2007-03-14 Thread Michaël Michaud
Hi all, I integrated Larry's BeanTools PlugIn in OJ and made some other changes I had to move some menu items, and as it is a very visible thing and personal choice, I'd like some feedback before committing. Most visible change is the addition of a customize menu including - the plugin manager -

Re: [JPP-Devel] PIROL plugins

2007-03-26 Thread Michaël Michaud
at the nightly snapshot (compiled)? BR. Pedro On Mon, 2007-03-26 at 22:34 +0200, Michaël Michaud wrote: Hi, I think I got it : Last week end, I modified I18N class in OJ CVS and deactivated plugInsResourceBundle which, I believed, was no more used. By chance, Stefan found that the static field was used

Re: [JPP-Devel] FeatureCache - Request for suggestions...

2007-03-29 Thread Michaël Michaud
Hi sunburned, I think that a light-weight feature class or FeatureOnDemand is a good solution, as well as a FeatureCache. I already tested Agile's scalable shapefile driver, and I'm currently implementing something similar for GeoConcept format(a commercial gis). It can save a lot of memory

Re: [JPP-Devel] FeatureCache - Request for suggestions...

2007-03-30 Thread Michaël Michaud
helpful. Thanks to Erwan as well. Thanks Michaël The Sunburned Surveyor On 3/29/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi sunburned, I think that a light-weight feature class or FeatureOnDemand is a good solution, as well

Re: [JPP-Devel] R: Fwd: [Freegis-list] Binary Format For Features

2007-03-30 Thread Michaël Michaud
Hi Paolo, Nice to hear you, you surely have a good experience about database-access. I like the idea of an embedded database. I have made some tests in the past with jump+hsqldb, but I didn't get any memory improvement (I have not much dbms knowledge and I may have done mistakes leading to some

Re: [JPP-Devel] R: R: Fwd: [Freegis-list] Binary Format For Features

2007-04-02 Thread Michaël Michaud
Hi Paolo, Hi Michaël, I'm sorry but I don't have any experience with HSQL, H2, or Derby, so I can't tell how they would perform in JUMP, both from a speed and a memory-use point of view. At least, your database experience is welcome ;-) This aside, I found that having a real, albeit

Re: [JPP-Devel] Question about name of new packages in OpenJUMP's core...

2007-04-11 Thread Michaël Michaud
Hi, Mhh, what is in the 'org.openjump.core' package makes not much sense to me, but on the other way, vivid's code has an equivalent 'com.vividsolutions.workbench' package which I think is useful and we can't put all the stuff which is under 'org.openjump.core' or under

Re: [JPP-Devel] Question about efficient in-memory feature storage...

2007-04-13 Thread Michaël Michaud
Hi, Did you have a look to java 5 documentation ? : you'll find interesting information in Queue interface and LinkedList implementation. I think there are also many open-source projects related to Cache management. With java 5 generics cast is no more necessary. My advices : - read the

Re: [JPP-Devel] Question about efficient in-memory feature storage...

2007-04-13 Thread Michaël Michaud
Yes, I took a look at the Queue interface. It had the First-In-First-Out behavior, but I didn't see a way to limit the growth of the content, which I would need to do for my purposes. If we decide to make the JUMP to a newer JDK version that supports generics I might take a look at this.

Re: [JPP-Devel] Switching to Subversion...

2007-04-13 Thread Michaël Michaud
Are any of the other developers using Subversion? Are there still strong feelings against the migration? No opinion, just like the most simple solution. I prefer having time to improve jump than to configure cvs/svn access :-) . The Sunburned Surveyor

Re: [JPP-Devel] Proper use of instanceof operator?

2007-05-05 Thread Michaël Michaud
operator. That will make my code a little cleaner. The Sunburned Surveyor On 5/5/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, Maybe I don't see what you want to do (I just woke up), but it seems that your comment doesn't match your test

Re: [JPP-Devel] Question about Mneu Items for Plugins

2007-05-09 Thread Michaël Michaud
Thanks a lot you for your participation to this debate about ui. Larry helped me a lot to make the question clearer, and both his opinion and Martin's one are very important to me. Thanks also to SS who helped me to weigh the pros and cons. My feelings were (I say were because I'm not so sure

Re: [JPP-Devel] R: OpenJUMP and postgreSQL/PostGIS

2007-05-09 Thread Michaël Michaud
it!!! *Da:* [EMAIL PROTECTED] per conto di Michaël Michaud *Inviato:* mar 08/05/2007 21.23 *A:* jump-pilot-devel@lists.sourceforge.net *Oggetto:* [JPP-Devel] OpenJUMP and postgreSQL/PostGIS Hi everybody, I tried to understand differences between the 4 versions

Re: [JPP-Devel] Rationale for Extension concept

2007-05-09 Thread Michaël Michaud
I add my thanks, So more easy to understand with some clear explanations from the designer than trying to read java code in my favorite editor :-) . I'll add this in the wiki. Michael Sunburned Surveyor a écrit : Martin, This should be very helpful to Larry and others. I will take a close

Re: [JPP-Devel] Proposed Rules For OpenJUMP Contributions

2007-05-10 Thread Michaël Michaud
All your propositions seem very reasonable to me. A big thank to both of you for site administration and project animation. Michaël Sunburned Surveyor a écrit : Stefan and I have been talking a little bit about some rules to govern source code contributions to OpenJUMP's core. Stefan has

Re: [JPP-Devel] OpenJUMP and postgreSQL/PostGIS

2007-05-14 Thread Michaël Michaud
instead of select asBinary(geometry), name from country, which is a lot less intuitive Cheers, and thanks again for the great lib Michael Michaël Michaud a écrit : Hi everybody, I tried to understand differences between the 4 versions of postgresql/postgis drivers I found at different places

Re: [JPP-Devel] Annontations as a Layer?

2007-05-15 Thread Michaël Michaud
Hi Landon, A question following from your approach is : do you intend to synchronize labeled geographic feature with their label feature ? If both features and labels are in a distinct layer, it may be tricky to remove a label when the feature is deleted, or to change the label content when a

Re: [JPP-Devel] Question?

2007-05-21 Thread Michaël Michaud
Hi, I think I get it ; Here is what I obtained after a dump of jump's memory I loaded a shapefile, I deleted it from the menu, then I made a dump of the the heap in order to get the objects dependency graph with the jhat analyser : My 10 BasicFeatures are held in a list which in turn is

Re: [JPP-Devel] Question?

2007-05-21 Thread Michaël Michaud
(layer); } I'm struck by the coincidence of SS's post on rendering juxtaposed with David's post. regards, Larry Becker On 5/21/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I think I get it ; Here is what I obtained after a dump of jump's

Re: [JPP-Devel] Question?

2007-05-22 Thread Michaël Michaud
SkyJUMP no longer allows Task Cloning because it was buggy. Now that I think of it, the bugs might have been related to the issue of disposing of cloned references. regards, Larry On 5/22/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Larry Becker a écrit

Re: [JPP-Devel] Question? - rendering

2007-05-22 Thread Michaël Michaud
On 5/22/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Larry Becker a écrit : Michaël, Looks like a good plan on the SkyJUMP+OpenJUMP+Synchronization wiki page. The priorities seem reasonable to me given OJ's goals. The decimation

Re: [JPP-Devel] Question? - rendering

2007-05-22 Thread Michaël Michaud
Ha, I didn't remember there may be a link between optimization code and zoombar... I'm just doing test for decimation code and I will add these tests if necessary.. I don't think there is a relation between renderer optmization and zoombar anyway. Michael Larry Becker a écrit : Michaël, it

Re: [JPP-Devel] Question?

2007-05-22 Thread Michaël Michaud
, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Larry Becker a écrit : Michaël, Looks like a good plan on the SkyJUMP+OpenJUMP+Synchronization wiki page. The priorities seem reasonable to me given OJ's goals. The decimation optimization

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-26 Thread Michaël Michaud
Sascha L. Teichmann a écrit : Really back to topic: Find attached a replacement for ThreadQueue [1]. To use it just overwrite the original one. Hi Sascha : I think that trying to have a cleaner and more simple code is an excellent goal, and I'd like to help, but I'm not sure I can

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-26 Thread Michaël Michaud
? Michaël Michaël Michaud schrieb: Sascha L. Teichmann a écrit : Really back to topic: Find attached a replacement for ThreadQueue [1]. To use it just overwrite the original one. Hi Sascha : I think that trying to have a cleaner and more simple code is an excellent goal

Re: [JPP-Devel] OpenJUMP and postgreSQL/PostGIS

2007-05-26 Thread Michaël Michaud
rather get at least one feed back before committing. Thanks a lot Michaël Michaud Michaël Michaud a écrit : Hi, This one is for datastore api authors (Martin, Jon ?) I have a few suggestions/questions about this api implementation, but I'd rather have author's advice before any change

Re: [JPP-Devel] Question? - rendering

2007-05-27 Thread Michaël Michaud
Hi, I did not do much comparisons between jump versions but identified several bottlenecks in zoombar code and just committed an optimized version : 1 - I prevent the renderer to display invisible layers as wireframes during mouse dragging 2 - I used Larry's coordinate's decimator to render

Re: [JPP-Devel] Memory release while removing a layer

2007-05-27 Thread Michaël Michaud
() .removeLayerRenderer(layerable); } } Michaël Larry On 5/21/07, *Michaël Michaud* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, Hi Michaël, You are one step ahead of me. I had just reached the same

Re: [JPP-Devel] Memory release while removing a layer

2007-05-29 Thread Michaël Michaud
Larry, I did not yet go through the code. Could you reproduce the problem I discribed ? I'll try to play with jhat again by the end of the week. Michaël Larry Becker a écrit : Michael, Without a reference to the layer in RenderManager, what would prevent the memory from being released? I

Re: [JPP-Devel] Question about special renderers...

2007-05-31 Thread Michaël Michaud
Hi, Sorry, I have worked with some parts of some renderers, but I have not a sufficient knowledge of the whole rendering system to have an opinion about the way to improve it or even the necessity to do it. I just can tell that making things modular and plugguble seems good to me but don't

Re: [JPP-Devel] SVG support for WMS layers

2007-06-01 Thread Michaël Michaud
Hi Strategically one of *JUMP weaknesses is the existence of so many forks. For volunteers as well as for the commercial and the scientific guys a common basis is needed. Till now most of the real development has been done in the forks/flavors and ported back to OpenJUMP. I don't know if this is

Re: [JPP-Devel] [pilot-cvslog] openjump/src/com/vividsolutions/jump/workbench/ui TaskFrame.java, 1.1, 1.2

2007-06-03 Thread Michaël Michaud
Hi, Hei Michael, i have seen that you fixed today some bugs (i think i would have take me weeks to find out how to solve them) Unfortunately, I'm still struggling with the one concerning internal frame closing... but I'll get it :-) Michaël your efforts are incredible :o) thanxs a lot!!!

Re: [JPP-Devel] new files changelog, changes and todo on CVS

2007-06-04 Thread Michaël Michaud
Hi, Thanks Stefan, Is there a way to use sourceforge cvs log to help completing the changelog file you just added ? About the todo list, we may have to choose a central place. There are some todo lists on the wiki, there is the sourceforge feature request, the sourceforge bug report and now

Re: [JPP-Devel] Streamlining Java2DConverter decimation

2007-06-04 Thread Michaël Michaud
Hi Sascha; Sounds interesting. Please, let me some more time to have a closer look and see how your code compare to the one in CVS. Note : I made a recent change in CVS to have the resolution as a property and modify it as needed (default=1/2 pixel) for special renderers. Michael Sascha L.

Re: [JPP-Devel] R: FeatureInfo table on steroids

2007-06-04 Thread Michaël Michaud
Sounds good, And what about having a way to join a spatial layer in OJ to a non-spatial db table or view, and to see the whole result as one flat layer in OJ... my two cents Michaël P.Rizzi Ag.Mobilità Ambiente a écrit : Support for non-spatial DB tables would be a _great_ thing!!! You can

Re: [JPP-Devel] Expensive construction of BasicStyle objects.

2007-06-05 Thread Michaël Michaud
my vote : +1 Michael Sascha L. Teichmann a écrit : Okay, I 'grep'ed the sources carefully and could not find any other place were it may come to problems. I've tested the styling stuff quiet intensively now and I feel pretty sure about this patches. If no one disapproves I will commit them

Re: [JPP-Devel] New Attribute View

2007-06-07 Thread Michaël Michaud
Hi, The sceenshot you sent looks nice ;-) I just have a question related to user requests we read recently on this list. Do you intend to manage differently attribute views of editable features and attribute views of non editable features. I don't know if it is feasable (and if it is a good

Re: [JPP-Devel] New Attribute View

2007-06-07 Thread Michaël Michaud
Paul, Thank you very much for your valuable contributions ! Michaël Paul Austin a écrit : Michaël, I am going to be looking at the editing of attribute values as on the DetailView/Edit page soon and will have it so you can customize the edit widget used for a specific Java Class and also on a

[JPP-Devel] openjump.org down ?

2007-06-09 Thread Michaël Michaud
Hi list, Does anybody know if there is a problem with openjump.org and the wiki ? I can no more connect. Thanks Michaël - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2

Re: [JPP-Devel] named FeatureSchema

2007-06-11 Thread Michaël Michaud
Hi Paul and Larry, Just few questions I wonder about naming schemas : - What really needs to be named, FeatureSchema or FeatureCollection ? - Will it be possible to have two different names for identical schemas (it should) ? - Will it be possible to have two different schemas with identical

Re: [JPP-Devel] New Attribute View

2007-06-12 Thread Michaël Michaud
Hi, Does anybody know how windows users are supposed to patch those kind of diff files ? I only find one java lib claiming to do that (jpatchlib), but development is ongoing and it is not yet very user friendly (no gui, no jar, no build, only .java) ? Michaël Paul

[JPP-Devel] Help needed from english native speakers

2007-06-14 Thread Michaël Michaud
Hi, I'd like to add one or two plugins in the Tools/Analysis menu : - the first one will use a user-defined attribute to union all features in a layer having the same attribute value (that's what is done by the dissolve script send by Hisaji a few days ago). - the second one (or maybe an option

Re: [JPP-Devel] Help needed from english native speakers

2007-06-15 Thread Michaël Michaud
there is also some differences in the result : result of the linemerger is a set of simple lines ending at each node of degree 1 and degree 2 of the network. I could see it is not the case with blend lines. Michaël thanks, Larry On 6/15/07, Michaël Michaud [EMAIL PROTECTED] wrote: Hi, I'd like

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Michaël Michaud
Hi SS, Sascha, Paul... Thank you to do all this hard work for migration. Just as an indication, ShapefileWriter is one of the last modification I did on the CVS (2007-06-12) Promise : I make no more change until the migration is completely finished ! Michaël Sascha L. Teichmann a écrit : SS,

Re: [JPP-Devel] A new ThreadQueue

2007-06-21 Thread Michaël Michaud
if you both vote for a commit, then commit (from my perspective Michael would be the other person for an approvement - but probably he is busy - and we both trust you both :o) Yes definetely. I hardly followed your interesting discussion about ThreadQueue but I'm sure you have good reasons

[JPP-Devel] Load/Save dataset design

2007-06-23 Thread Michaël Michaud
Hi, It seems that the load/save dataset design has been revisited in the early stage of OpenJUMP and is now a little bit confused. There is 3 PlugIn available for loading file datasets and 3 others to save them ex. .../workbench/datasource/SaveDatsetAsFilePlugIn

Re: [JPP-Devel] Load/Save dataset design

2007-06-25 Thread Michaël Michaud
Hi Uwe, Thanks for answering, the Save Dataset As File ... saves the files and build automaticly the suffix! With Save dataset as ... you can save PostGIS tables with the PostGIS plugin. I think if Save dadaset as ... could build automatcly the suffix for files it would be a wondeful story.

Re: [JPP-Devel] Load/Save dataset design

2007-06-26 Thread Michaël Michaud
forward.) The Sunburned Surveyor On 6/25/07, Michaël Michaud [EMAIL PROTECTED] wrote: Hi Uwe, Thanks for answering, the Save Dataset As File ... saves the files and build automaticly the suffix! With Save dataset as ... you can save PostGIS tables with the PostGIS plugin. I think if Save

Re: [JPP-Devel] Load/Save dataset design

2007-06-27 Thread Michaël Michaud
, but may be it moved to the bottom in the CVS So, it seems we agree about what is good for OJ (no duplicate menu items and automatic file extension) or did I missed something ? Michaël regards, Larry On 6/26/07, Michaël Michaud [EMAIL PROTECTED] wrote: Hi SS, Seems like most people

Re: [JPP-Devel] Buoy and ermapper

2007-06-28 Thread Michaël Michaud
Hi, Can't remember about Buoy. Around version 1.6, but it seems to work with last version (1.8). It is a public domain lib and as far as I can remember, it is only used by simple query plugin. Michaël Paul Austin a écrit : Does anyone know what versions of buoy and ermapper we are using?

Re: [JPP-Devel] R: Fwd: Writing Help File (Peppe)

2007-06-29 Thread Michaël Michaud
Hi Giuseppe, The plugin included in the core and accessible via the add a datastore layer menu item works fine. It's part of the vivid's work. I made a small update recently, and since then, I use it on a regular basis. The core plugin is probably not as feature complete as Paolo's SIS

Re: [JPP-Devel] Windows Launcher

2007-07-03 Thread Michaël Michaud
Hi, I've used Jsmooth a few years ago and I found it smart (especially simple to use), but if launch4J is more flexible, maybe a good idea to use it instead. Michaël Larry Becker a écrit : I've tried launch4j and it worked OK. For SkyJUMP I ultimately decided to build a custom launcher

Re: [JPP-Devel] Question about Feature.getID method...

2007-07-11 Thread Michaël Michaud
Hi, ID is not only unique for a layer, it is unique for all the features derived from AbstractBasicFeature (mainly BasicFeature). Note : when you connect to a database in such a way that data is only loaded on demand, the same feature can take successively different ids each time it is

Re: [JPP-Devel] More Java2DConverter issues

2007-07-13 Thread Michaël Michaud
segment. If it is closed, then it just won't need to explicitly close it for us. By the way, JUMP didn't originally close linestrings, just polygons. See the attached Thicklines.png. I think it looks much better now (see After.png). regards, Larry On 7/13/07, Michaël Michaud [EMAIL

Re: [JPP-Devel] GeoJP2

2007-07-13 Thread Michaël Michaud
Paul Austin a écrit : Has anyone done any work with GeoJP2 in Java or JUMP? Not that I know, I think it would be a great replacement for ecw and mrsid which are proprietary formats Michaël Paul - This SF.net email is

Re: [JPP-Devel] New Help Page on OpenJUMP wiki

2007-07-14 Thread Michaël Michaud
Hi Giuseppe, Nice and useful list, I'm sure many users don't know what OpenJUMP really can do :-) . Michaël Giuseppe Aruta a écrit : Hi everybody I invite you to see the new help page (OpenJUMP List of Function) which I put on OpenJUMP Documentation Page

Re: [JPP-Devel] translation of Union by Attribute

2007-08-08 Thread Michaël Michaud
Hi Stefan, I put the french version in the _fr file and the english version in the default jump.properties file. I omitted to put english version in the _en file, and I'll do it. For other properties file, I don't know what is the best practise : - doing nothing - putting only the keys - putting

Re: [JPP-Devel] Build Errors From QueryDialog?

2007-08-10 Thread Michaël Michaud
Hi, I have updated to buoy 1.8 five weeks ago, made a small change in the code to keep compatibility, and I modified QueryPlugIn code again today to fix a bug. But I have had no problem to compile in between. Can you check that : you use the src placed in the trunk you have only one Buoy lib

Re: [JPP-Devel] WKB type 48

2007-08-11 Thread Michaël Michaud
Hi Uwe, Did you try to do select AsBinary(geom_column), * from q1 It is not very user-friendly, but it is the way I do my sql requests. I did not understand why this conversion has to be done in this case... Michaël Uwe Dalluege a écrit : Hi, when I try to run LayerRun Datastore Query in

Re: [JPP-Devel] OJN: SRID -1

2007-08-13 Thread Michaël Michaud
Hi, Seems a good idea to me. If someone experienced with other databases (oracle ?) can check there are no drawbacks... Michaël Uwe Dalluege a écrit : Hi, the PostGIS manual says that the SRID is -1 if there is no SRID information. Does anyone sees a problem if we change in OpenJUMP the

Re: [JPP-Devel] Mouse Wheel Zoom

2007-08-14 Thread Michaël Michaud
Yes, good new Larry ! I just updated the sources, compiled, and I can tell it works perfecly fine :-) Michaël Larry Becker a écrit : I have ported over the Mouse Wheel Zoom support from SkyJUMP. I should appear in OJ's nightly build (assuming I didn't break it). regards, Larry Becker

[JPP-Devel] Q-A Plugins

2007-08-14 Thread Michaël Michaud
Hi, I extracted 5 plugins from JCS which I think, may be useful for many OJ users. Namely : - MatchedSegmentsPlugIn - OverlapFinderPlugIn - CoverageGapPlugIn - CoverageOverlapFinderPlugIn - CloseVertexFinderPlugIn I made them compatible with OpenJUMP API and UI, packaged them in a small plugin

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Michaël Michaud
Hi, I started to dig into the code, but I was a bit lost and quite far from the solution. Thanks to Larry, Stefan will be able to commit a new bug-free version soon. Michaël Larry Becker a écrit : Hi Stefan, I've fixed the problem and committed the change. It was caused by:

Re: [JPP-Devel] Uniform spelling

2007-08-16 Thread Michaël Michaud
Hi, Yes, this is a good point, and forgive me in advance if sometime I fail, usage is different in english (capitalize every first letter) and in french (capitalize only first word first letter) and it is a bit confusing :-[ Michaël Martin Davis a écrit : Excellent point, Uwe. I vote for

Re: [JPP-Devel] @Michael: styling bug

2007-08-16 Thread Michaël Michaud
Hi Stefan Unfortunately I did not close the bug because I could not solve all the problems (I suggest to report one single problem by bug report to avoid this kind of situation). pb 1 - I could not find why Line style reverts to solid line in the situation you described pb 3 - I did not fix

Re: [JPP-Devel] Language policies

2007-08-16 Thread Michaël Michaud
I can tell you what Stefan answered to me after I asked the same question : add the key and the english value in every file and replace the value by an appropriate translation where you can As I modified I18N original code, I can add that the normal behaviour of jump should be : - if a key in

[JPP-Devel] Snap points on vertices

2007-08-16 Thread Michaël Michaud
Hi, Snapping points on vertices or on grid was not possible and I fixed that. I must say this was note a bug as there was a note from Jon Aquino saying : //Don't allow snapping. The user will get confused if he tries to draw //a point near another point and sees nothing happen because //snapping

[JPP-Devel] OpenJUMP / Pirol's Plugin compatibility

2007-08-18 Thread Michaël Michaud
Hei Michael (Brunig), A few month ago, I changed a method signature in OpenJUMP LayerManager's class to solve a problem with cloned windows, but it has broken one (or more) pirol's plugin : The change : com.vividsolutions.jump.workbench.model.LayerManager.dispose(Layerable layerable) --

Re: [JPP-Devel] Query Builder

2007-08-21 Thread Michaël Michaud
Hi Uwe, You're right, I'll do it ASAP. Michaël Uwe Dalluege a écrit : Hi, with ToolsQueries we can choose Spatial Query, Attribute Query and Simple Query (Query Builder). Spatial- and Attribute Query put there results on a new layer under the category Result. The Query Builder puts the result

Re: [JPP-Devel] OpenJUMP / Pirol's Plugin compatibility

2007-08-21 Thread Michaël Michaud
Done ! Michaël Sunburned Surveyor a écrit : Why don't we add the method back with the deprecated tag. We can put a comment in the source code file stating that the method can be removed when the Pirol team makes the needed changes. The Sunburned Surveyor On 8/20/07, Michaël Michaud [EMAIL

Re: [JPP-Devel] Open Recent Project Plugin

2007-08-22 Thread Michaël Michaud
Thanks for the french translation We generally use something like : Derniers projets utilisés Note that in french, we don't use to capitalize all the words in menus... (it reminds me a recent and interseting discussion :-) ) Thanks for all the improvements Michaël Larry Becker a écrit :

Re: [JPP-Devel] need help for shifting tool

2007-08-23 Thread Michaël Michaud
Hi, I transfer your mail to Jump Pilot Project forum as there are more people there to be able to give you help. Jump Pilot Project hosts OpenJUMP project which is a bit different from kosmo. So you may want to post a feature request to kosmo team too. For OpenJUMP, the Feature Request list is

Re: [JPP-Devel] File format plugins

2007-08-23 Thread Michaël Michaud
Hi, Don't know if you want to count csv point file (Pirol) I also wrote a GeoConcept Reader/writer (see http://geo.michaelm.free.fr/ecrire/?exec=articlesid_article=4) The MIF driver doesn't work anymore, but there is not much work to make it work... Please, what is MOEP ? Michaël Paul

Re: [JPP-Devel] need help for shifting tool

2007-08-23 Thread Michaël Michaud
of the UI... Michaël Stefan Steiniger a écrit : Hei Michael, where do you picked up that email? i realy don't get what he means? stefan Michaël Michaud schrieb: Hi, I transfer your mail to Jump Pilot Project forum as there are more people there to be able to give you help. Jump Pilot

Re: [JPP-Devel] Internationalization of LabelStyle Vertical Alignment

2007-08-24 Thread Michaël Michaud
Larry Becker a écrit : I was yesterday working in LabelStyle and found this comment: // At the moment, internationalization is of no use as the UI display // an image in the vertical alignment ComboBox used [mmichaud 2007-06-02] Since I have added a horizaontal alignment ComboBox with

[JPP-Devel] Z value style decorator

2007-08-25 Thread Michaël Michaud
Hi, If everyone is ok, I'll commit a Z value decorator (looking like the index decorator or the xy one), @developpers - I added the style in the org package, as O. Bedel and P. Austin before, then I had to add also a new image directory in the org package as well as a new IconLoader : wonder

Re: [JPP-Devel] OJ 1.2C: Add new raster layer (PIROL)

2007-08-25 Thread Michaël Michaud
Hi Uwe, Can you please check if the bug 1775307 about removing layer is fixed for you in the nightly build, so as I can close it. Thanks, Michaël Uwe Dalluege a écrit : Hi, in OpenJUMP 1.2C (nightbuild) I have implemented the rasterImage-PlugIn from the PIROL project. 1. Load the image

[JPP-Devel] Load/Save dataset

2007-08-25 Thread Michaël Michaud
Hi, I fixed two bugs in the file menu : Save Dataset As... : now, the layername should be proposed as the file name to be saved on disk Load Dataset... : now, if the directory changes, changes appears in the file chooser the next time you want to load a file from the same directory I would be

Re: [JPP-Devel] deeJUMP plugin

2007-08-26 Thread Michaël Michaud
Hei Stefan, hei Andreas, Making a new projection library is a very exciting project. As there are at least two other projects (javaproj and geotools) I'd like to make sure I undersand what would be the specific purpose of a new library. Javaproj and geotools have very different approaches

[JPP-Devel] Quality-Assurance plugin

2007-08-26 Thread Michaël Michaud
I uploaded today a small quality assurance plugin for OpenJUMP on Sourceforge It includes 5 plugins from the Java Conflation Suite (vividsolutions). - CloseVertexFinder - CoverageGapFinder - CoverageOverlapFinder - MatchedSegments - OverlapFinder It is mainly the work of vividsolutions (Martin

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
- -Alkuperäinen viesti- Lähettäjä: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Puolesta Michaël Michaud Lähetetty: 26. elokuuta 2007 18:08 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net; [EMAIL PROTECTED] Aihe: [JPP-Devel] mif/mid driver Hi, I made the necessary changes in my mif/mid

[JPP-Devel] Snap grid display

2007-08-26 Thread Michaël Michaud
Hi Hisaji, In july 2005, you said it is impossible to display snap grid both as points and lines. This has been reported as a bug (bug report 1231887). Displaying both points and lines with the same spacing would be useless as points would be invisible. But may be what you want is, for example,

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
) at com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:149) at java.lang.Thread.run(Unknown Source) === btw.: I think the guys from Cadcorp use the FME engine to convert and write data thanx so far.. especially the bug foxes over the weekend ;) stefan Michaël Michaud schrieb: Hi Rahkonen

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
Thanks for the files maybe i just attach the mif written by Cadcorp ;) (btw: i am just watching on arte a broadcast about the starting of disco sound ;) Michaël Michaud schrieb: Hi Rahkonen, Thanks for the feedback. I remember I had some problems with the syntax of mif mid

Re: [JPP-Devel] Mif-Mid driver

2007-08-28 Thread Michaël Michaud
Sorry, The link is http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/mifmid-driver-0.4.1.jar Michael - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now

Re: [JPP-Devel] Improved buffer plugin

2007-09-01 Thread Michaël Michaud
Hi Martin, The way I optimized the union plugin in OpenJUMP is not as clever as using a quadtree, but it is equivalent in the ideal case of regularly distributed features. I just grouped features in a regular grid which size is computed based on the featurecollection envelope and size (number

[JPP-Devel] OpenJUMP releases and bug management

2007-09-03 Thread Michaël Michaud
Hi, Here are some thoughts about releases and bug management. I think we miss some rules to decide when a new version of OJ has to be released, and that lack of visibility may be a disadvantage for OJ's adoption. The release rules should be linked to bug reports and feature requests, but bug

Re: [JPP-Devel] OpenJUMP releases and bug management

2007-09-03 Thread Michaël Michaud
belong in the bug tracker. I imagine we will discover more of this, which means we likely don't have the bug problem that we think we do. On 9/3/07, Michaël Michaud [EMAIL PROTECTED] wrote: Hi, Here are some thoughts about releases and bug management. I think we miss some rules to decide when

Re: [JPP-Devel] OpenJUMP releases and bug management

2007-09-03 Thread Michaël Michaud
agree that many of the bugs listed in tracker and simply disguised feature requests. [1] Freeze all new contributions to the JPP SVN. I believe that this is the point that we create a new stable branch. regards, Larry On 9/3/07, Michaël Michaud [EMAIL PROTECTED] wrote: Hi, Here

Re: [JPP-Devel] @ Larry .. a question!

2007-09-04 Thread Michaël Michaud
Hi Larry, new icons look nice Thank you, Michaël Larry Becker a écrit : OK, I've added menu icons to Save Selected Datasets,Save Dataset As, Delete Selected Items, Delete All Features, Remove Selected Layers, Add New Features, Zoom To Layer, and Cut Selected Item. regards, Larry On 9/3/07,

Re: [JPP-Devel] Window menu patch

2007-09-06 Thread Michaël Michaud
Hi Paul, Sorry not to give feed back about your patches (I don't use eclipse neither *nix and always face a problem with the patch file you send - I have to find a solution as this is the standard way to test someone else modification). Anyway, If you commit the change, I'll update my code and

Re: [JPP-Devel] Window menu patch

2007-09-06 Thread Michaël Michaud
Hi, Thanks for the links I tried the patched version from the svn repository Everything is working fine for me :-) Michael Paul Austin a écrit : Michael, It has been committed. Here is a patch command for windows http://gnuwin32.sourceforge.net/packages/patch.htm Or you can use tortoisesvn

Re: [JPP-Devel] Simple Projection Interface

2007-09-07 Thread Michaël Michaud
Hi Paul, I have some questions and remarks about your proposition : 1 - why do you use a setX setY method in the interface instead of something like Coordinate transform(Coordinate) Coordinate inverseTransform(Coordinate) or double[] transform(double[]) double[] inverseTransform(double[]) I you

Re: [JPP-Devel] Simple Projection Interface

2007-09-08 Thread Michaël Michaud
Paul Michaël Michaud wrote: Hi Paul, I have some questions and remarks about your proposition : 1 - why do you use a setX setY method in the interface instead of something like Coordinate transform(Coordinate) Coordinate inverseTransform(Coordinate) or double[] transform(double[]) double

Re: [JPP-Devel] Simple Projection Interface

2007-09-10 Thread Michaël Michaud
Hi Paul, That's close to what I can imagine. Can you explain why you choosed to return void instead of double[]. To avoid object creation ? Returning a double[] would have been clearer for me, but may be returning void is more efficient... getInverseOperation is not limited to Projection.

  1   2   3   4   5   6   7   8   9   10   >