Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Rahkonen Jukka
Michaël Michaud wrote: > Another idea would be to have a user-defined information just beside the > mouse (like a moving tooltip). > A menu would make it possible to display either one of > - coordinates > - pixel value / altitude taken from a raster layer > - az

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Stefan Steiniger
Thanks Geoff... the even better thing is that I/we can see how to thread the code :) stefan Am 11.02.12 01:14, schrieb Geoffrey Roy: > Dear ede and Jukka > > No problems - I will probably leave the threaded code in for the next > release as it is probably a good thing to do. > > Geoff > > On 11/

[JPP-Devel] [ jump-pilot-Bugs-3486849 ] Theming/Classifcation selector jumps back to: equal interval

2012-02-11 Thread SourceForge . net
Bugs item #3486849, was opened at 2012-02-11 14:00 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486849&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3486853 ] can not change the size of attribute window

2012-02-11 Thread SourceForge . net
Bugs item #3486853, was opened at 2012-02-11 14:33 Message generated for change (Tracker Item Submitted) made by mentaer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486853&group_id=118054 Please note that this message will contain a full copy of the

[JPP-Devel] [ jump-pilot-Bugs-3486850 ] loading *.ecw on MacOSX with OJ 1.5.1 fails

2012-02-11 Thread SourceForge . net
Bugs item #3486850, was opened at 2012-02-11 14:03 Message generated for change (Comment added) made by mentaer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486850&group_id=118054 Please note that this message will contain a full copy of the comment t

[JPP-Devel] [ jump-pilot-Bugs-3486850 ] loading *.ecw on MacOSX with OJ 1.5.1 fails

2012-02-11 Thread SourceForge . net
Bugs item #3486850, was opened at 2012-02-11 14:03 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486850&group_id=118054 Please note that this message will contain a full copy of the c

[JPP-Devel] [ jump-pilot-Bugs-3486849 ] Theming/Classifcation selector jumps back to: equal interval

2012-02-11 Thread SourceForge . net
Bugs item #3486849, was opened at 2012-02-11 14:00 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486849&group_id=118054 Please note that this message will contain a full copy of the c

[JPP-Devel] [ jump-pilot-Bugs-3486848 ] Style menu no accessible from Menues

2012-02-11 Thread SourceForge . net
Bugs item #3486848, was opened at 2012-02-11 13:57 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486848&group_id=118054 Please note that this message will contain a full copy of the c

[JPP-Devel] [ jump-pilot-Bugs-3486847 ] Wrong Dialog message when Closing project

2012-02-11 Thread SourceForge . net
Bugs item #3486847, was opened at 2012-02-11 13:54 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3486847&group_id=118054 Please note that this message will contain a full copy of the c

Re: [JPP-Devel] Some improvements on OpenJUMP 1.6

2012-02-11 Thread Michaël Michaud
Hi, With this new plugin, the The scale frame plugin on the view will becomes a decoration, for printing. Talking about decoration Larry's ShowNorthPlugin in not activated by default (by default-plugins.xml file). Can we add it on OJ 1.5.2? Didn't know about this plugin. I can't see what is t

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud
Hi, I have already made a test version of OpenJUMP with these two improvements (metrics and scale displayed on info panel): https://sourceforge.net/projects/opensit/files/Openjump/TEST/ Had a quick look. The plugin does what you described ;-) My feeling is that status bar is becoming overload

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
OK for 1.6 Da: Michaël Michaud A: jump-pilot-devel@lists.sourceforge.net Inviato: Sabato 11 Febbraio 2012 16:02 Oggetto: Re: [JPP-Devel] OpenJUMP roadmap updates Hi Giuseppe, If you commit your code to the trunk, it will go to 1.6.0 Thanks to Ede, 1.5 alre

Re: [JPP-Devel] Some improvements on OpenJUMP 1.6

2012-02-11 Thread Giuseppe Aruta
Hi Michael -- * If the map is in geographic coordinates (lat/lon), north is // to y axis, which makes azimuth calculation easier, but distance calculation difficult. * If the map is in a projected coordinate system, azimuth can't

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud
Hi Giuseppe, If you commit your code to the trunk, it will go to 1.6.0 Thanks to Ede, 1.5 already has its own branch which will be reserved to bug fixes, language files and so. Ede, maybe the 1.5 branch needs to be synchronized with r1730 before new commits are made in the trunk. Ede, do we n

Re: [JPP-Devel] Some improvements on OpenJUMP 1.6

2012-02-11 Thread Michaël Michaud
Le 07/02/2012 11:54, Giuseppe Aruta a écrit : Sorry, it seems that 70 cm of snow creates some problem here in Bologna, included to mails ;-) Here is the original mail plus screenshot - Hi all, In the next months I am going to add some mod

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
I did some tests today.These are the modifications I can add to OpenJUMP 1.5.2: a)  Scale panel on Info bar. I did some tests and It actually works quite well with all AbstractCursorTools. A small modification on this file allows to change scale even while drawing and using left clicks zoom too

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
Hi Michael, I have already made a test version of OpenJUMP with these two improvements (metrics and scale displayed on info panel): https://sourceforge.net/projects/opensit/files/Openjump/TEST/ peppe Da: Michaël Michaud A: OpenJump develop and use Inviato:

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
By the way, doing more tests, I found that choosing custom images works in core distribution, but not in PLUS (I clicked in the "no image choosen" element and nothing happens, do you have the same behaviour ? It works for me on Ubuntu Giuseppe

[JPP-Devel] OpenJUMP 1.5.2 release

2012-02-11 Thread Michaël Michaud
Hi, This is a focus on 1.5.2 release. core-release * Bug 3212739 : Navigating from AttributeTab o I have already spent a lot of time on this UI bug, but finally gave up as it is not a severe one. Maybe one of the experts who recently joined the project will want to have a lo

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud
Hi >Any addition/removal of a task can be discussed on the list. sorry Michael, I misunderstood this part of the mail. I am going to remove my addictions and ask to open a discussion No problem, maybe you missed it because I even do not apply the rule to myself ;-( Anyway, I think that adding

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Michaël Michaud
Le 11/02/2012 11:35, Giuseppe Aruta a écrit : Hi Michael, the version of Sextante (sextante-binding-0.6.1.jar) included into OJ is modified so that it checks libraries into lib/ext/sextante folder. See es.unex.sextante.openjump.extensions.SextanteToolboxPlugin class. Which is a good idea. Howe

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
>Any addition/removal of a task can be discussed on the list. sorry Michael, I misunderstood this part of the mail. I am going to remove my addictions and ask to open a discussion Peppe-- Virtualization & Cloud Managem

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
Hi Miochael, I added two more projects on OpenJUMP 1.6 which I already tested and partially work: a) Improve display metrics on the Info Bar b) Add a new Scale panel on the Info Bar regards Peppe Da: Michaël Michaud A: OpenJump develop and use Inviato: Sa

[JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud
Hi, I updated OpenJUMP roadmap wiki page : https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap I tried to separate 1.5.2 and 1.6.0 goals I wrote the name of developpers which will most likely manage a task where possible, but feel free to remove or add your name.

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
Sorry, this is the mail where I explained the reasons written before: http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg09674.html Giuseppe Da: Giuseppe Aruta A: OpenJump develop and use Inviato: Sabato 11 Febbraio 2012 11:35 Oggetto: Re

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
Hi Michael, the version of Sextante (sextante-binding-0.6.1.jar) included into OJ is modified so that it checks libraries into lib/ext/sextante folder. See es.unex.sextante.openjump.extensions.SextanteToolboxPlugin class. I think the problem is connected to the large set of raster fill images whi

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Michaël Michaud
Hi, > openjump + sextante + FillPatterns directory : about 25 s > that would explain how i came up with that finding > http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg09664.html Oh, yes ! This seems to be related. But FillPattern loading in Geoff's plugin seems to work well. T

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread edgar . soldin
On 11.02.2012 10:55, Michaël Michaud wrote: > openjump + sextante + FillPatterns directory : about 25 s that would explain how i came up with that finding http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg09664.html ..ede --

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Michaël Michaud
Hi, I think I've got the bad combination, which I wouldn't have guess without many measurements : openjump alone : about 4 s openjump + sextante : about 8 s openjump + sextante + FillPatterns directory : about 25 s I think that sextante binding is reading all ext subdirectories (it discovers

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Giuseppe Aruta
Hi all, I had the same on Ubuntu 11.10 and OJ Plus - 65 symbols in 0.133msc. Thanks Geoff for your efforts Giuseppe Da: Geoffrey Roy A: OpenJump develop and use Inviato: Sabato 11 Febbraio 2012 9:14 Oggetto: Re: [JPP-Devel] vertexsymbol optimization Dear ed

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread Geoffrey Roy
Dear ede and Jukka No problems - I will probably leave the threaded code in for the next release as it is probably a good thing to do. Geoff On 11/02/2012 4:07 PM, edgar.sol...@web.de wrote: > On 11.02.2012 02:54, Geoffrey Roy wrote: >> Dear ede and others >> >> If there is a problem with loadi

Re: [JPP-Devel] vertexsymbol optimization

2012-02-11 Thread edgar . soldin
On 11.02.2012 02:54, Geoffrey Roy wrote: > Dear ede and others > > If there is a problem with loading symbols then it will apply equally for the > VertexSymbols plugin and to the FillPattern plugin, as both used the same > in-line process for loading all symbols at startup. > SNIP > * For Ver