[JPP-Devel] Coordinate Transformation PlugIn

2011-06-14 Thread Giuseppe Aruta
@ Edgar Soldin

Hi Edgar,
did you check the file I sent?
I put some language codes to cts plugin so it could be internationalized, if 
needed.
 I don't have access to OJ svn to upgrade last version (0.2rc4). I put an extra 
number to this (0.2rc5).

regards

Giuseppe Aruta




--- Sab 11/6/11, Giuseppe Aruta giuseppe_ar...@yahoo.it ha scritto:

Da: Giuseppe Aruta giuseppe_ar...@yahoo.it
Oggetto: [JPP-Devel] cts plugin internationalized
A: Openjump develop and use jump-pilot-devel@lists.sourceforge.net
Data: Sabato 11 giugno 2011, 07:15

Hi all,
I internationalized coordinate transformation plugin of Edgar Soldin. I also 
put an icon on the menu. 
On this mail there are the core plugin (to be used together with its libraries) 
and the source code. I ask Edgar or other to update the sf.net svn.

regards


Peppe

-Segue allegato-

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
-Segue allegato-

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Coordinate Transformation PlugIn

2011-06-14 Thread edgar . soldin
yeah, sorry.. read your mail, but forgot to answer. i set up my eclipse 
environment during the weekend to include your changes. will come back to you 
once it's done. did you find a workaround for the xml strings?

ede

On 14.06.2011 16:52, Giuseppe Aruta wrote:
 @ Edgar Soldin
 
 Hi Edgar,
 did you check the file I sent?
 I put some language codes to cts plugin so it could be internationalized, if 
 needed.
 I don't have access to OJ svn to upgrade last version (0.2rc4). I put an 
 extra number to this (0.2rc5).
 
 regards
 
 Giuseppe Aruta
 
 
 
 
 --- *Sab 11/6/11, Giuseppe Aruta /giuseppe_ar...@yahoo.it/* ha scritto:
 
 
 Da: Giuseppe Aruta giuseppe_ar...@yahoo.it
 Oggetto: [JPP-Devel] cts plugin internationalized
 A: Openjump develop and use jump-pilot-devel@lists.sourceforge.net
 Data: Sabato 11 giugno 2011, 07:15
 
 Hi all,
 I internationalized coordinate transformation plugin of Edgar Soldin. I 
 also put an icon on the menu.
 On this mail there are the core plugin (to be used together with its 
 libraries) and the source code. I ask Edgar or other to update the sf.net svn.
 
 regards
 
 
 Peppe
 
 
 -Segue allegato-
 
 
 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 
 -Segue allegato-
 
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net 
 /mc/compose?to=Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 
 
 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 
 
 
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Proprietary code in OJ : BASE64Encoder

2011-06-14 Thread edgar . soldin
just found

com/vividsolutions/jump/workbench/imagery/mrsid/MrSIDReferencedImage.java
uses com.sun.image.codec.jpeg.JPEGDecodeParam;  

com/vividsolutions/wms/MapRequest.java
uses sun.misc.BASE64Encoder

should i deal with them in the same manner?
who would be willing to test the resulting nightly build? i don't know mrsid 
nor use wms.

ede

On 22.02.2011 12:47, Michaël Michaud wrote:
 Hi,
 
 There are two classes in wms package using the sun proprietary
 BASE64Encoder class
 
 I suggest to replace it  by
 http://migbase64.sourceforge.net/ which is BSD licensed  and could be 
 included in OJ code.
 But I don't know much this part of the code and I would be pleased to 
 get advice from WMS and network gurus before I do the change.
 
 Michaël
 
 Le 22/02/2011 12:08, Michaël Michaud a écrit :
 Hi Larry, OJ developpers,

 I'm trying to remove some dependencies to sun proprietary code in OpenJUMP

 I've just removed one dependency to
 com.sun.image.codec.jpeg.JPEGDecodeParam in
 com.vividsolutions.jump.workbench.imagery.graphic.GraphicImage

 I thing it was supposed to set different interpolation modes for gray
 images and color images, but I could not see any effect.
 Every image I have tested are interpolated (old image framework), with
 or without the JPEGDecodeParam test
 Every image I have tested are not interpolated (Raster-Sextante framework)

 Any hint on this
 I have committed the code (removed JPEGDecodeParam  test), but of
 course, I can set it back if I missed something.

 Michaël


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Proprietary code in OJ : BASE64Encoder

2011-06-14 Thread Michaël Michaud
Hi Ede,

I think MrSID plugin is from Larry. Hope he can give some hints
MrSid image samples seem quite easy to find. See
http://www.mass.gov/mgis/dwn-imgs.htm
I can make some tests as soon as you have committed

+1 to get rid of both classes

Michaël



Le 14/06/2011 21:36, edgar.sol...@web.de a écrit :
 just found

 com/vividsolutions/jump/workbench/imagery/mrsid/MrSIDReferencedImage.java
 uses com.sun.image.codec.jpeg.JPEGDecodeParam;

 com/vividsolutions/wms/MapRequest.java
 uses sun.misc.BASE64Encoder

 should i deal with them in the same manner?
 who would be willing to test the resulting nightly build? i don't know mrsid 
 nor use wms.

 ede

 On 22.02.2011 12:47, Michaël Michaud wrote:
 Hi,

 There are two classes in wms package using the sun proprietary
 BASE64Encoder class

 I suggest to replace it  by
 http://migbase64.sourceforge.net/ which is BSD licensed  and could be
 included in OJ code.
 But I don't know much this part of the code and I would be pleased to
 get advice from WMS and network gurus before I do the change.

 Michaël

 Le 22/02/2011 12:08, Michaël Michaud a écrit :
 Hi Larry, OJ developpers,

 I'm trying to remove some dependencies to sun proprietary code in OpenJUMP

 I've just removed one dependency to
 com.sun.image.codec.jpeg.JPEGDecodeParam in
 com.vividsolutions.jump.workbench.imagery.graphic.GraphicImage

 I thing it was supposed to set different interpolation modes for gray
 images and color images, but I could not see any effect.
 Every image I have tested are interpolated (old image framework), with
 or without the JPEGDecodeParam test
 Every image I have tested are not interpolated (Raster-Sextante framework)

 Any hint on this
 I have committed the code (removed JPEGDecodeParam  test), but of
 course, I can set it back if I missed something.

 Michaël

 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Proprietary code in OJ : BASE64Encoder

2011-06-14 Thread Larry Becker
Hi Michaël and Ede,

  I'm glad to assist if I can.  I tried VALUE_INTERPOLATION_BILINEAR,
VALUE_INTERPOLATION_BICUBIC, and whatever the default is.  I couldn't see
any visible difference in a grey-scale image, so I think it can be removed
without any obvious effect.

regards,

Larry

2011/6/14 Michaël Michaud michael.mich...@free.fr

 Hi Ede,

 I think MrSID plugin is from Larry. Hope he can give some hints
 MrSid image samples seem quite easy to find. See
 http://www.mass.gov/mgis/dwn-imgs.htm
 I can make some tests as soon as you have committed

 +1 to get rid of both classes

 Michaël



 Le 14/06/2011 21:36, edgar.sol...@web.de a écrit :
  just found
 
  com/vividsolutions/jump/workbench/imagery/mrsid/MrSIDReferencedImage.java
  uses com.sun.image.codec.jpeg.JPEGDecodeParam;
 
  com/vividsolutions/wms/MapRequest.java
  uses sun.misc.BASE64Encoder
 
  should i deal with them in the same manner?
  who would be willing to test the resulting nightly build? i don't know
 mrsid nor use wms.
 
  ede
 
  On 22.02.2011 12:47, Michaël Michaud wrote:
  Hi,
 
  There are two classes in wms package using the sun proprietary
  BASE64Encoder class
 
  I suggest to replace it  by
  http://migbase64.sourceforge.net/ which is BSD licensed  and could be
  included in OJ code.
  But I don't know much this part of the code and I would be pleased to
  get advice from WMS and network gurus before I do the change.
 
  Michaël
 
  Le 22/02/2011 12:08, Michaël Michaud a écrit :
  Hi Larry, OJ developpers,
 
  I'm trying to remove some dependencies to sun proprietary code in
 OpenJUMP
 
  I've just removed one dependency to
  com.sun.image.codec.jpeg.JPEGDecodeParam in
  com.vividsolutions.jump.workbench.imagery.graphic.GraphicImage
 
  I thing it was supposed to set different interpolation modes for gray
  images and color images, but I could not see any effect.
  Every image I have tested are interpolated (old image framework), with
  or without the JPEGDecodeParam test
  Every image I have tested are not interpolated (Raster-Sextante
 framework)
 
  Any hint on this
  I have committed the code (removed JPEGDecodeParam  test), but of
  course, I can set it back if I missed something.
 
  Michaël
 
 
 --
  EditLive Enterprise is the world's most technically advanced content
  authoring tool. Experience the power of Track Changes, Inline Image
  Editing and ensure content is compliant with Accessibility Checking.
  http://p.sf.net/sfu/ephox-dev2dev
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 



 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel