Re: [JPP-Devel] trunk ready for releasing OJ 1.10?

2017-02-02 Thread Brian M Hamlin
second install, and a test launch, terminal output.. Maybe some small problems with plugins? https://trac.osgeo.org/osgeo/attachment/ticket/1859/t2.txt -- --Brian On Sun, 29 Jan 2017 02:14:33 -0500, "Brian M Hamlin" wrote: I installed just now -- here are the outputs It looks

Re: [JPP-Devel] Duplicate code for WMS

2017-02-02 Thread Michaël Michaud
Hi Peppe, I agree with Ede. We didn't had any feedback if anything was working or not. com/vividsolutions/jump/workbench/ui/plugin/wms/WMSScaleStylePanel.java should probably moved to org/openjump/core/ui/plugin/wms (my fault)

Re: [JPP-Devel] Duplicate code for WMS

2017-02-02 Thread Michaël Michaud
Yes, I voluntarily kept it and added a comment Michaël Le 02/02/2017 à 13:45, edgar.sol...@web.de a écrit : > On 02.02.2017 13:29, Michaël Michaud wrote: >> AddWMSQueryPlugIn >> No more used ? >> > let's keep that for reference. we can deprecate it though. ..ede > >

[JPP-Devel] Kosmo CAD plugin for OpenJUMP

2017-02-02 Thread Giuseppe Aruta
Greetings to all I am working to port CAD toos from Kosmo SAIG (*) to OpenJUMP. This toolbar has different tools, some that have a similar counterpart in OJ (like rotation ones) and other new that will increase OJ editing capabilities, like drawing mirror, perpendicular lines or lines by COGO

Re: [JPP-Devel] org.openjump.* vs com.vividsolutions.* WAS: Duplicate code for WMS

2017-02-02 Thread Giuseppe Aruta
Sorry for the bad English: after all the day at job (all the week with school ballots) even my English became pomposo e ambiguous :-) 2017-02-02 17:54 GMT+01:00 Giuseppe Aruta : > > i prefer to have code that belongs together in one place > I personally prefer the same

[JPP-Devel] org.openjump.* vs com.vividsolutions.* WAS: Duplicate code for WMS

2017-02-02 Thread edgar . soldin
we should probably talk about placing classes in general. i prefer to have code that belongs together in one place. i don't recall an instance that i placed code under org.openjump , because when i added eg. something to wms and that was placed under com.vividsolutions, the additions went there

Re: [JPP-Devel] Duplicate code for WMS

2017-02-02 Thread Giuseppe Aruta
I agree with Ede. We didn't had any feedback if anything was working or not. com/vividsolutions/jump/workbench/ui/plugin/wms/WMSScaleStylePanel.java should probably moved to org/openjump/core/ui/plugin/wms (my fault) 2017-02-02 13:45 GMT+01:00 : > On 02.02.2017 13:29,

Re: [JPP-Devel] Duplicate code for WMS

2017-02-02 Thread edgar . soldin
On 02.02.2017 13:29, Michaël Michaud wrote: > AddWMSQueryPlugIn > No more used ? > let's keep that for reference. we can deprecate it though. ..ede -- Check out the vibrant tech community on one of the

[JPP-Devel] Duplicate code for WMS

2017-02-02 Thread Michaël Michaud
Hi, Here is my analyze about duplicate WMS stuff I still have to remove ZoomToWMSPlugIn which is also redundant with (ZoomToWMSLayerPlugIn) I think I'm responsable for this later redundance which is a few years old, Michaël *package* *comment* *com.vividsolutions**org.openjump*

Re: [JPP-Devel] SVN: [5345] core/trunk

2017-02-02 Thread Michaël Michaud
Hi Ede, There was much duplicated code. I think that Peppe improved the plugin by duplicating the old one to the newer org package and added his new stuff there. I'll send the small analyze I did before starting this cleaning so that Peppe can confirm. Michaël Le 02/02/2017 à 11:01,

Re: [JPP-Devel] SVN: [5345] core/trunk

2017-02-02 Thread edgar . soldin
hey Mike, Peppe, can you explain why these two files > > core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/wms/WMSScaleStylePanel.java > > core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/wms/WMSStylePlugIn.java were deleted? the commit message does not mention it.