Re: [JPP-Devel] Happy new year 2019

2019-01-03 Thread Giuseppe Aruta
Hi Everybody,
I want to thank you for all the efforts to have this new version of
OpenJUMP.
And mostly thanks to Ede that did the "dirty job" to reorganize, to
uniform, to compile all the source code and correct all the possible
bugs/leftover we did during this period.
Peppe

Il giorno mar 1 gen 2019 alle ore 18:33  ha scritto:

> On 1/1/2019 5:38 PM, Michaël Michaud wrote:
> > Wow, a new release on january first !
>
> as we were ready i felt it has a nice ring to it :)
>
> > Congrats Ede, hope you also took a few hours to feast the New Year's Eve
>
> yeah, the head laid heavy for most of today
>
> > Happy New Year to all, an long live to our favorite kangaroo ;-)
>
> same from me. live long and prosper everyone.. ede
>
> > Michaël
> >
> > Le 01/01/2019 à 03:35, Stefan Steiniger a écrit :
> >> Well, here we still miss half an hour. Nevertheless happy 2019 to the
> OJ Kangaroo family :)
> >>
> >> Cheers!
> >> Stefan from Santiago de Chile
> >>
> >> On Mon, Dec 31, 2018, 20:40 Giuseppe Aruta   wrote:
> >>
> >> See object... ;-)
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net  Jump-pilot-devel@lists.sourceforge.net>
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>
> >>
> >>
> >> ___
> >> Jump-pilot-devel mailing list
> >> Jump-pilot-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Happy new year 2019

2019-01-03 Thread edgar . soldin
hey Peppe,

no problemo. after all the clear majority of the changes came from you this 
time. salut!.. ede

On 03.01.2019 14:49, Giuseppe Aruta wrote:
> Hi Everybody,
> I want to thank you for all the efforts to have this new version of
> OpenJUMP.
> And mostly thanks to Ede that did the "dirty job" to reorganize, to
> uniform, to compile all the source code and correct all the possible
> bugs/leftover we did during this period.
> Peppe
> 
> Il giorno mar 1 gen 2019 alle ore 18:33  ha scritto:
> 
>> On 1/1/2019 5:38 PM, Michaël Michaud wrote:
>>> Wow, a new release on january first !
>>
>> as we were ready i felt it has a nice ring to it :)
>>
>>> Congrats Ede, hope you also took a few hours to feast the New Year's Eve
>>
>> yeah, the head laid heavy for most of today
>>
>>> Happy New Year to all, an long live to our favorite kangaroo ;-)
>>
>> same from me. live long and prosper everyone.. ede
>>
>>> Michaël
>>>
>>> Le 01/01/2019 à 03:35, Stefan Steiniger a écrit :
 Well, here we still miss half an hour. Nevertheless happy 2019 to the
>> OJ Kangaroo family :)

 Cheers!
 Stefan from Santiago de Chile

 On Mon, Dec 31, 2018, 20:40 Giuseppe Aruta >  wrote:

 See object... ;-)
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net > Jump-pilot-devel@lists.sourceforge.net>
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



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



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


[JPP-Devel] SVN: [6071] core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/ style/ColorThemingTableModel.java

2019-01-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6071
  http://sourceforge.net/p/jump-pilot/code/6071
Author:   ma15569
Date: 2019-01-04 06:40:16 + (Fri, 04 Jan 2019)
Log Message:
---
Correct error on I18N string

Modified Paths:
--

core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/style/ColorThemingTableModel.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/style/ColorThemingTableModel.java
===
--- 
core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/style/ColorThemingTableModel.java
  2019-01-02 00:31:06 UTC (rev 6070)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/ui/renderer/style/ColorThemingTableModel.java
  2019-01-04 06:40:16 UTC (rev 6071)
@@ -204,7 +204,7 @@
 rowIndex));
 }
 });
-columns.add(new 
Column("ui.renderer.style.ColorThemingTableModel.label", String.class) {
+columns.add(new 
Column(I18N.get("ui.renderer.style.ColorThemingTableModel.label"), 
String.class) {
 public Object getValueAt(int rowIndex) {
 return attributeMapping(rowIndex).getLabel();
 }



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


[JPP-Devel] SVN: [6072] core/trunk/src/org/openjump/core/ui/plugin/raster/ ProfileGraphPlugIn.java

2019-01-03 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6072
  http://sourceforge.net/p/jump-pilot/code/6072
Author:   ma15569
Date: 2019-01-04 06:43:33 + (Fri, 04 Jan 2019)
Log Message:
---
Correct bug on reading newly generated Sextante or OpenKLEM raster files

Modified Paths:
--
core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphPlugIn.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphPlugIn.java
===
--- core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphPlugIn.java   
2019-01-04 06:40:16 UTC (rev 6071)
+++ core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphPlugIn.java   
2019-01-04 06:43:33 UTC (rev 6072)
@@ -160,16 +160,22 @@
 
 }
 
-private void setDialogValues(final MultiInputDialog dialog, PlugInContext 
context) {
+private void setDialogValues(final MultiInputDialog dialog,
+PlugInContext context) {
 final Collection rlayers = context.getTask()
 .getLayerManager().getLayerables(RasterImageLayer.class);
 final ArrayList srsArray = new ArrayList();
 srsArray.add("metre");
 srsArray.add("foot");
+String srs = "";
 for (final RasterImageLayer currentLayer : rlayers) {
-final String srs = currentLayer.getSRSInfo().getUnit().toString();
+try {
+srs = currentLayer.getSRSInfo().getUnit().toString();
+} catch (final Exception e) {
+srs = "metre";
+}
 
-if (!srsArray.contains(srs)) {
+if (!srs.isEmpty() & !srsArray.contains(srs)) {
 srsArray.add(Unit.find(srs).toString());
 }
 
@@ -177,7 +183,12 @@
 
 final RasterImageLayer firstElement = (RasterImageLayer) rlayers
 .toArray()[0];
-final String srsCode = firstElement.getSRSInfo().getUnit().toString();
+String srsCode;
+try {
+srsCode = firstElement.getSRSInfo().getUnit().toString();
+} catch (final Exception e) {
+srsCode = "Unknown";
+}
 
 final String OUTPUT_GROUP = "Match Type";
 dialog.setSideBarDescription(DESCRIPTION);



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