Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Giuseppe Aruta

> - bsh-2.0b4.jar : already in lib
> - jts-1.9.jar : newer version in lib (I think it is
> dangerous to have 2 
> different version of jts in the distribution
> - log4j-1.2.14.jar  newer version in lib

bsh jar is the core of command line, for sure OJ has beanshell embedded il lib 
folder. Anyhow, since Sextante is a sort of "middleware", it needs all those 
jars to work with different GIS desktop



> Do you know if the following jar are needed (not in the 0.6
> distribution)
> - epsgraphics.jar
> - flowmap.jar
> - j3dcore.jar
> - prefuse.jar
> - prefusex.jar

O.6 version is reduced from 0.5. Victor decided to remove some tools which 
where developed by others and not maintained like flowmap (flowmap, epsgraphics 
 prefuse and prefusex jars) amd 3d (j3dcore jar)
 see also this mail
http://www.mail-archive.com/sextante-users@lists.forge.osor.eu/msg00161.html


> I could bundle a distribution with
> - your jar binding
> - sextante 0.6
> - sextante jar in ext/sextante directory (removing jar
> which seemed 
> unecessary to me)
> 
> Hope I can upload it tomorrow along with the new cadplan
> plugin so that 
> you can check it


Thanks Michael

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Giuseppe Aruta
Hi Michael,
do you t use the version I included into Jufre. That  is not the official one 
but only a modified version I used for test Jump PlugIn integration into 
OpenJUMP. That version call a png file which is included into Jufre itself

Peppe

--- Dom 26/6/11, Michaël Michaud  ha scritto:

Da: Michaël Michaud 
Oggetto: Re: [JPP-Devel] R:  OpenJUMP 1.4.1rc1
A: jump-pilot-devel@lists.sourceforge.net, ge...@cadplan.com.au
Data: Domenica 26 giugno 2011, 20:18



  



  
  
Hi Giuseppe, Geof,




  

  
- This version
  doesn't use the last Vertex plugin form cadplan but an
  older one


  

  

I tried without success the last version of JumpPrinter.

The new plugin (compiled jar) cannot load the ImageIcon
(jprinter.gif).

I found the icon in the src package but don't know in which
directory i must drop it



Is there any special reason why the icon is not included in the
binary file ?

Same question about language files : where must they go ?



I did not find instructions about these points two point in OpenJUMP
Printer Extension User Guide



Michaël




  

  


  - network topology cleaning is not working because of
  changing Multidialog

  

  - jcs-1.0.1.jar makes the menus a little crowded and
  confused. I know that Victor Oyala prepared a version
  without it. Untill now  I see that Sextante 0.6 for OJ can
  work with no problem without it.

  BTW - is there a copyrightb on the java conflaction
  plugIn? Can we modify in order to make more confortable
  with OJ menu organizationa and languages?

  

  - I ask to adopt my version of Sextante 0.6, it is more
  clean on how how to organize libs/algorithms in the folder
  and we can test the new tools added (comand line and 
  history)

  

  I will check on next days and give my impresions

  regards

  

  Peppe

  

  

  --- Sab 25/6/11, Michaël Michaud 
  ha scritto:

  

Da: Michaël Michaud 

Oggetto: [JPP-Devel] OpenJUMP 1.4.1rc1

A: "OpenJump develop and use"


Data: Sabato 25 giugno 2011, 22:40




  
  Hi all,

  

  I'd like to release 1.4.1 within a few days.

  Every test you can do with the very last version is
  welcome.

  

  I have prepared 3 bundles here :

  http://geo.michaelm.free.fr/OpenJUMP/resources/OpenJUMP1.4.1/

  

  - openjump-1.4.1rc1.zip : should be equivalent to next
  NB. It is the basic multi-OS version

  

  - openjump-installer.exe : same as previous version,
  but within an installer for windows

  

  - openjump-1.4.1rc1-s.zip : same as 1.4.1rc1 with
  Sextante and many other plugins

  

  Please, report anything wrong.

  Note for regular users (Peppe, Jukka, Uwe...) : last
  change I did (today) are

  - fix bug 3327322 WMS-getMapRequest incorrect (patch
  from Wilfried Hornburg).

  - change dissolve (union by attribute) and calculate
  areas and length according to last Peppe's remarks

  

  Michaël




-Segue allegato-




--

  All the data continuously generated in your IT
  infrastructure contains a 

  definitive record of customers, application
  performance, security 

  threats, fraudulent activity and more. Splunk takes
  this data and makes 

  sense of it. Business sense. IT sense. Common sense..
  

  http://p.sf.net/sfu/splunk-d2d-c1


-Segue allegato-



___

  Jump-pilot-devel mailing list

  Jump-pilot-devel@lists.sourceforge.net

  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


  

  

  
  
-

Re: [JPP-Devel] OpenJUMP 1.4.1rc1

2011-06-26 Thread Rahkonen Jukka
Hi,

I do not know what is changed in the code but I try to explain what OJ used to 
do so far.

Usually a WMS service is using the same base URL for GetCapabilities and 
GetMap.  This is the easy case.  WMS server can also use a different url for 
GetMap and advertise that in the GetCapabilities.  I theory this case is easy 
too.  Just read the GetMap URL from the capabilities and use it.
However, experience says that if GetMap base URL is different from 
GetCapabilities base URL it is more often due to misconfigured server than 
because of the real situation.
In that case OpenJUMP is telling the user that the server is advertising 
another URL for GetMaps and asks if the user would like to use that.

GetCapabilities = URL_1 and GetMap = URL 1 -> use URL 1
GetCapabilities = URL_1 and GetMap = URL 2 -> ask if user wants to use URL 1of 
URL 2 for GetMaps.

This is a good way to do it because it handles both the case when GetMap must 
use a different URL and the case when WMS server is just poorly configured and 
actually URL 1 should be used.  If the change means that URL 2 is selected 
automatically I would say it should be reverted.

-Jukka Rahkonen-




Lähettäjä: Michaël Michaud [michael.mich...@free.fr]
Lähetetty: 25. kesäkuuta 2011 23:40
Vastaanottaja: OpenJump develop and use
Aihe: [JPP-Devel] OpenJUMP 1.4.1rc1

Hi all,

I'd like to release 1.4.1 within a few days.
Every test you can do with the very last version is welcome.

I have prepared 3 bundles here :
http://geo.michaelm.free.fr/OpenJUMP/resources/OpenJUMP1.4.1/

- openjump-1.4.1rc1.zip : should be equivalent to next NB. It is the basic 
multi-OS version

- openjump-installer.exe : same as previous version, but within an installer 
for windows

- openjump-1.4.1rc1-s.zip : same as 1.4.1rc1 with Sextante and many other 
plugins

Please, report anything wrong.
Note for regular users (Peppe, Jukka, Uwe...) : last change I did (today) are
- fix bug 3327322 WMS-getMapRequest incorrect (patch from Wilfried Hornburg).
- change dissolve (union by attribute) and calculate areas and length according 
to last Peppe's remarks

Michaël


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Michaël Michaud
Hi Giuseppe,

I try to organise Sextante lib as you did in jufre, but I see many .jar 
which, in my opinion, should not be in lib/ext/sextante directory :
I don't know the exact consequence of having two different version of a 
lib in the distribution, but it should be avoided.
I thing any jar in lib directory is available for all the plugins
- bsh-2.0b4.jar : already in lib
- jts-1.9.jar : newer version in lib (I think it is dangerous to have 2 
different version of jts in the distribution
- log4j-1.2.14.jar  newer version in lib

Do you know if the following jar are needed (not in the 0.6 distribution)
- epsgraphics.jar
- flowmap.jar
- j3dcore.jar
- prefuse.jar
- prefusex.jar

I could bundle a distribution with
- your jar binding
- sextante 0.6
- sextante jar in ext/sextante directory (removing jar which seemed 
unecessary to me)

Hope I can upload it tomorrow along with the new cadplan plugin so that 
you can check it

Michaël


Le 26/06/2011 12:16, Giuseppe Aruta a écrit :
>
>   >  JCS
> I agree to add that QA tool instead of all JCS.  I will ask Martin if we can 
> modify JCS plugIn to armonize with Openjump. As far as I can see in "Jump 
> tribe" there are actually only 4 brenches, excuding Jump itself: OJ, SkyJUMP, 
> AdbToolbox, EcosJUMP  which share the same tools organization on QA.
> I will test on my OJ Jufre experimental version.
>
>
>> Sextante
> I am going to send my modification to Victor and see what's his opinion for 
> Sextante 0.7.
>
>
> Peppe
>
> --
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Michaël Michaud

Hi Giuseppe, Geof,

- This version doesn't use the last Vertex plugin form cadplan but an 
older one



I tried without success the last version of JumpPrinter.
The new plugin (compiled jar) cannot load the ImageIcon (jprinter.gif).
I found the icon in the src package but don't know in which directory i 
must drop it


Is there any special reason why the icon is not included in the binary 
file ?

Same question about language files : where must they go ?

I did not find instructions about these points two point in OpenJUMP 
Printer Extension User Guide


Michaël



- network topology cleaning is not working because of changing Multidialog

- jcs-1.0.1.jar makes the menus a little crowded and confused. I know 
that Victor Oyala prepared a version without it. Untill now  I see 
that Sextante 0.6 for OJ can work with no problem without it.
BTW - is there a copyrightb on the java conflaction plugIn? Can we 
modify in order to make more confortable with OJ menu organizationa 
and languages?


- I ask to adopt my version of Sextante 0.6, it is more clean on how 
how to organize libs/algorithms in the folder and we can test the new 
tools added (comand line and  history)


I will check on next days and give my impresions
regards

Peppe


--- *Sab 25/6/11, Michaël Michaud //* ha scritto:


Da: Michaël Michaud 
Oggetto: [JPP-Devel] OpenJUMP 1.4.1rc1
A: "OpenJump develop and use" 
Data: Sabato 25 giugno 2011, 22:40

Hi all,

I'd like to release 1.4.1 within a few days.
Every test you can do with the very last version is welcome.

I have prepared 3 bundles here :
http://geo.michaelm.free.fr/OpenJUMP/resources/OpenJUMP1.4.1/

- openjump-1.4.1rc1.zip : should be equivalent to next NB. It is
the basic multi-OS version

- openjump-installer.exe : same as previous version, but within an
installer for windows

- openjump-1.4.1rc1-s.zip : same as 1.4.1rc1 with Sextante and
many other plugins

Please, report anything wrong.
Note for regular users (Peppe, Jukka, Uwe...) : last change I did
(today) are
- fix bug 3327322 WMS-getMapRequest incorrect (patch from Wilfried
Hornburg).
- change dissolve (union by attribute) and calculate areas and
length according to last Peppe's remarks

Michaël

-Segue allegato-


--
All the data continuously generated in your IT infrastructure
contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and
makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1

-Segue allegato-

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Martin Davis
It sounds fine to me to modify or select anything you feel is worth 
including in the JCS plugin, to harmonize with the current OJ menu 
structure.

Martin

On 6/26/2011 3:16 AM, Giuseppe Aruta wrote:
>
>   >  JCS
> I agree to add that QA tool instead of all JCS.  I will ask Martin if we can 
> modify JCS plugIn to armonize with Openjump. As far as I can see in "Jump 
> tribe" there are actually only 4 brenches, excuding Jump itself: OJ, SkyJUMP, 
> AdbToolbox, EcosJUMP  which share the same tools organization on QA.
> I will test on my OJ Jufre experimental version.
>
>
>> Sextante
> I am going to send my modification to Victor and see what's his opinion for 
> Sextante 0.7.
>
>
> Peppe
>
> --
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
> -
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1388 / Virus Database: 1513/3725 - Release Date: 06/25/11
>
>

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Giuseppe Aruta
 
 > JCS
I agree to add that QA tool instead of all JCS.  I will ask Martin if we can 
modify JCS plugIn to armonize with Openjump. As far as I can see in "Jump 
tribe" there are actually only 4 brenches, excuding Jump itself: OJ, SkyJUMP, 
AdbToolbox, EcosJUMP  which share the same tools organization on QA.
I will test on my OJ Jufre experimental version.


> Sextante
I am going to send my modification to Victor and see what's his opinion for 
Sextante 0.7.


Peppe

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] what is .project file for ?

2011-06-26 Thread edgar . soldin
obviously a eclipse project file (containing only a name) for a project 
managing the libs. it can safely be removed as eclipse creates one on checking 
out trunk/lib as a project.

ede

On 26.06.2011 11:06, Michaël Michaud wrote:
> Hi Landon,
> 
> There has been a .project file for 4 years in OpenJUMP lib directory.
> Do you know what is this file for ?
> 
> Thanks,
> 
> Michaël
> 
> --
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Michaël Michaud

Hi Giuseppe,

Many thanks for you tests,


Hi Michael

First Sunday  consideration on OJ/Sextante bundle

- This version doesn't use the last Vertex plugin form cadplan but an 
older one



OK, I'll take last version from http://www.cadplan.com.au/


- network topology cleaning is not working because of changing Multidialog

Of course, I got trapped by my own changes. I'll fix that (or remove it 
if I lack time)


- jcs-1.0.1.jar makes the menus a little crowded and confused. I know 
that Victor Oyala prepared a version without it. Untill now  I see 
that Sextante 0.6 for OJ can work with no problem without it.
BTW - is there a copyrightb on the java conflaction plugIn? Can we 
modify in order to make more confortable with OJ menu organizationa 
and languages?


I agree with that. I don't think that Stefan added jcs for Sextante 
compatibility, but just because it is a powerful and interesting plugin 
on its own (this is a plugin from Martin Davis, and AFAIK, the licence 
is the same as OJ).
But I agree it is a little crowded and confused. If you think it's 
better to remove it, I can replace it by the QA plugin (an extension 
where I included a few jcs plugins which are added to the Tools>Qa menu)


- I ask to adopt my version of Sextante 0.6, it is more clean on how 
how to organize libs/algorithms in the folder and we can test the new 
tools added (comand line and  history)


OK, my concern is just to have several branches evolving separetely (the 
one maintained by Victor on Sextante svn, the second improved by you).
If there is no problem for you to merge your changes with changes from 
Victor when it will be needed (hopely, for Sextante 0.7 / OJ 1.4.2 
release), I follow you.

I will check on next days and give my impresions


I try to prepare an rc2 for tomorrow

regards

Peppe


--- *Sab 25/6/11, Michaël Michaud //* ha scritto:


Da: Michaël Michaud 
Oggetto: [JPP-Devel] OpenJUMP 1.4.1rc1
A: "OpenJump develop and use" 
Data: Sabato 25 giugno 2011, 22:40

Hi all,

I'd like to release 1.4.1 within a few days.
Every test you can do with the very last version is welcome.

I have prepared 3 bundles here :
http://geo.michaelm.free.fr/OpenJUMP/resources/OpenJUMP1.4.1/

- openjump-1.4.1rc1.zip : should be equivalent to next NB. It is
the basic multi-OS version

- openjump-installer.exe : same as previous version, but within an
installer for windows

- openjump-1.4.1rc1-s.zip : same as 1.4.1rc1 with Sextante and
many other plugins

Please, report anything wrong.
Note for regular users (Peppe, Jukka, Uwe...) : last change I did
(today) are
- fix bug 3327322 WMS-getMapRequest incorrect (patch from Wilfried
Hornburg).
- change dissolve (union by attribute) and calculate areas and
length according to last Peppe's remarks

Michaël

-Segue allegato-


--
All the data continuously generated in your IT infrastructure
contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and
makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1

-Segue allegato-

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] what is .project file for ?

2011-06-26 Thread Michaël Michaud
Hi Landon,

There has been a .project file for 4 years in OpenJUMP lib directory.
Do you know what is this file for ?

Thanks,

Michaël

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] key functions on attribute field editing

2011-06-26 Thread Michaël Michaud
Hi Jukka,

I found an old bug report from you called "key functions on attribute 
field editing" (ID: 1931921)
I could not reproduce the problem. Is it fixed ?

May be related to another bug I fixed in february (ID: 3178207) but I'm 
not sure.

Thanks for help,

Michaël

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] R: OpenJUMP 1.4.1rc1

2011-06-26 Thread Giuseppe Aruta
Hi Michael

First Sunday  consideration on OJ/Sextante bundle

- This version doesn't use the last Vertex plugin form cadplan but an older one

- network topology cleaning is not working because of changing Multidialog

- jcs-1.0.1.jar makes the menus a little crowded and confused. I know that 
Victor Oyala prepared a version without it. Untill now  I see that Sextante 0.6 
for OJ can work with no problem without it.
BTW - is there a copyrightb on the java conflaction plugIn? Can we modify in 
order to make more confortable with OJ menu organizationa and languages?

- I ask to adopt my version of Sextante 0.6, it is more clean on how how to 
organize libs/algorithms in the folder and we can test the new tools added 
(comand line and  history)

I will check on next days and give my impresions
regards

Peppe


--- Sab 25/6/11, Michaël Michaud  ha scritto:

Da: Michaël Michaud 
Oggetto: [JPP-Devel] OpenJUMP 1.4.1rc1
A: "OpenJump develop and use" 
Data: Sabato 25 giugno 2011, 22:40



  



  
  
Hi all,



I'd like to release 1.4.1 within a few days.

Every test you can do with the very last version is welcome.



I have prepared 3 bundles here :

http://geo.michaelm.free.fr/OpenJUMP/resources/OpenJUMP1.4.1/



- openjump-1.4.1rc1.zip : should be equivalent to next NB. It is the
basic multi-OS version



- openjump-installer.exe : same as previous version, but within an
installer for windows



- openjump-1.4.1rc1-s.zip : same as 1.4.1rc1 with Sextante and many
other plugins



Please, report anything wrong.

Note for regular users (Peppe, Jukka, Uwe...) : last change I did
(today) are

- fix bug 3327322 WMS-getMapRequest incorrect (patch from Wilfried
Hornburg).

- change dissolve (union by attribute) and calculate areas and
length according to last Peppe's remarks



Michaël


  


-Segue allegato-

--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
-Segue allegato-

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] [XxxJUMP-users] Re: polygon validation tool flagging "new" self-intersections

2011-06-26 Thread Michaël Michaud
Hi Loren,

Some work has been done in OpenJUMP on Polygon handling following your 
bug report (2009-05).
Just wonder if you had test it and checked it solved your problem in 
order to close the ticket 
(https://sourceforge.net/tracker/?func=detail&aid=2788633&group_id=118054&atid=679906).

Thanks for help,

Michaël

Le 10/05/2009 12:47, Michaël Michaud a écrit :
>
> Hi Loren,
>
> In fact, the polygon that was build by OJ 1.3 was a strange beast 
> including an "outer hole".
> Hope I fixed it.
> I'm not sure that you can test the new code now as the nightly build 
> is broken.
> If you need it and cannot build it from svn, let me know, we'll find a 
> way.
>
> Michael
>
>
> Michaël Michaud a écrit :
>>
>> Hi,
>>
>> The last change made on the way OJ reads shapefile is from may 2008
>> http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/src/org/geotools/shapefile/PolygonHandler.java?r1=859&r2=1394
>>  
>>
>> It's a piece of code from Larry I committed in an attempt to solve a 
>> particular problem with abnormal shapefiles having outer-rings 
>> described as holes (ccw)
>> It is not the case of Laren's polygon, but in the code, there is an 
>> approximative test to check if a polygon could be a hole. It tests if 
>> two first points in a ring are inside or on the boudary of another 
>> ring (which is the case of Laren's polygon)
>> I think, but cannot prove, this is the origin of the problem.
>> It will need a bit more work to test and fix the problem. I did not 
>> yet understood how the single polygon with a hole was created.
>>
>> Michaël
>>
>>
>> Stefan Steiniger a écrit :
>>>
>>> note to other developers:
>>>
>>> I got the shape file from Loren for testing.
>>>
>>> stefan
>>>
>>> Stefan Steiniger wrote:

 ah ok.. that bring as closer to the problem.
 Now the question is, what is it in the original file. Can you find 
 that out (with a different software than OJUMP)? or would you be 
 willing to send the original shp file (you could delete all other 
 objects if you don't use OJ since it would change the type when 
 writing back to the file)?

 thanks for pointing out that difference (I hope somebody else has a 
 clue what might go on)

 stefan

 Loren wrote:
> yes, I think it is in the reading process.  These polygons are read
> from the same shapefile.  JUMP version 1.2 reads it in as a
> multipolygon(valid) and version 1.3 reads it in as a polygon(invalid)
>
> On May 7, 4:19 pm, Stefan Steiniger  wrote:
>> Hei Loren,
>>
>> not sure if I understand, but could it be that the problem is 
>> related to
>> reading the data?
>> Because if it is a MultiPolygon, things are completely different (no
>> holes, but touching single polygon). While for a Polygon having 
>> holes
>> this may not be allowed.
>> So, if you load the polygon is it once read as polygon and once 
>> read as
>> multipolygon? If yes - which Jump version does what? and In what 
>> file
>> format is the polygon/multipolygon stored?
>> However, maybe I misunderstood you and you asked us to check OJ 
>> 1.3 for
>> conformance with the OGC simple feature specification.
>>
>> stefan
>>
>> Loren wrote:
>>> Here is the valid WKT from jump 1.2.  (these were both read from 
>>> the
>>> same shapefile) ->
>>> MULTIPOLYGON (((
>>> -117.30644 40.68306,
>>> -117.31865 40.68356,
>>> -117.3094 40.68347,
>>> -117.30866 40.68341,
>>> -117.30729 40.68318,
>>> -117.30644 40.68306
>>> )), ((
>>> -117.31865 40.68356,
>>> -117.31806 40.68333,
>>> -117.31701 40.68317,
>>> -117.31125 40.68321,
>>> -117.31093 40.68318,
>>> -117.30977 40.68303,
>>> -117.30644 40.68306,
>>> -117.30631 40.68306,
>>> -117.30602 40.68302,
>>> -117.30109 40.68238,
>>> -117.30024 40.67772,
>>> -117.29997 40.67645,
>>> -117.29993 40.6758,
>>> -117.29991 40.67201,
>>> -117.29996 40.67056,
>>> -117.29998 40.66568,
>>> -117.2 40.67355,
>>> -117.30026 40.67343,
>>> -117.30336 40.67203,
>>> -117.30681 40.67061,
>>> -117.3078 40.67009,
>>> -117.3081 40.66994,
>>> -117.31047 40.66912,
>>> -117.31293 40.66809,
>>> -117.31408 40.66864,
>>> -117.31498 40.66921,
>>> -117.31753 40.67044,
>>> -117.31937 40.67106,
>>> -117.3233 40.67273,
>>> -117.32583 40.67365,
>>> -117.32772 40.67463,
>>> -117.32943 40.

Re: [JPP-Devel] OpenJUMP 1.4.1 release

2011-06-26 Thread Michaël Michaud
Hi Martin,

I saw you finally released the final jts1.12
That's great ! Thanks for that.
There are good enhancements in this release and I hope OJ developpers 
will be interested in exposing new features through OpenJUMP PlugIn.

Michaël

Le 26/06/2011 04:44, Martin Davis a écrit :
> Michael,
>
> I can go one step further and create the final build of JTS 1.12.  That
> way you can release with the final version.
>
> Let me know if you want to do this.
>
> Martin
>
> On 6/25/2011 5:06 PM, Martin Davis wrote:
>> Sure, that sounds fine.
>>
>> I'm really hoping to get JTS 1.12 out very soon, and I'm freezing the
>> features now, so the RC1 release should be pretty much identical to the
>> final one.
>>
>> Martin
>>
>> On 6/25/2011 1:50 PM, Michaël Michaud wrote:
>>> Hi Martin,
>>>
>>> I'd like to release OpenJUMP within few days.
>>>
>>> To be able to use JTS 1.12 new features in my beanshell scripts, I
>>> already use the last svn version of JTS.
>>> As I know you want to release 1.12 very soon, my idea is to bundle last
>>> svn version of JTS in OJ with the name jts-1.12rc1.jar
>>>
>>> Any idea ?
>>>
>>> Michaël
>>>
>>>
>>>
>>> --
>>> All the data continuously generated in your IT infrastructure contains a
>>> definitive record of customers, application performance, security
>>> threats, fraudulent activity and more. Splunk takes this data and makes
>>> sense of it. Business sense. IT sense. Common sense..
>>> http://p.sf.net/sfu/splunk-d2d-c1
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>> -
>>> No virus found in this message.
>>> Checked by AVG - www.avg.com
>>> Version: 10.0.1388 / Virus Database: 1513/3725 - Release Date: 06/25/11
>>>
>>>
>>>
>> --
>> All the data continuously generated in your IT infrastructure contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and makes
>> sense of it. Business sense. IT sense. Common sense..
>> http://p.sf.net/sfu/splunk-d2d-c1
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>> -
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 10.0.1388 / Virus Database: 1513/3725 - Release Date: 06/25/11
>>
>>
>>
> --
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense..
> http://p.sf.net/sfu/splunk-d2d-c1
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel