[JPP-Devel] AddNewLayerViewPlugIn

2018-05-01 Thread Giuseppe Aruta
Hi Michael New LayerView model is neither editable nor selectable. This is right. Nevertheless it is still possible to completely change its name. I would have preferred that, when changing its name, this still preserves the original Layer name as prefix, together with the arrow. Allowing to

Re: [JPP-Devel] SVN: [5776] core/trunk/scripts/oj_windows.bat

2018-04-27 Thread Giuseppe Aruta
Thanks Michaels! Il 27 apr 2018 9:36 AM jump-pilot-svn--- via Jump-pilot-devel ha scritto: > > Revision: 5776 >   http://sourceforge.net/p/jump-pilot/code/5776 > Author:   michaudm > Date: 2018-04-27 07:36:00 + (Fri, 27 Apr 2018) > Log

Re: [JPP-Devel] OJ 1.12.1 maintenance release

2018-04-11 Thread Giuseppe Aruta
Hi Ede I finished to set the new changes. Peppe 2018-04-07 13:05 GMT+02:00 <edgar.sol...@web.de>: > up to you, sounds like a good idea though.. ede > > On 4/7/2018 13:03, Giuseppe Aruta wrote: > > I build the new versions of the plugins: should I add a copy of *.jar >

Re: [JPP-Devel] sextante NPE

2018-04-08 Thread Giuseppe Aruta
ask OJ's PluginManager for the path? eg. > > workbenchcontext.getWorkbench().getPlugInManager().getPlugInDirectory(); > > this should be correct always, whether in ide or not. > > ..ede > > On 4/8/2018 19:28, Giuseppe Aruta wrote: > > Thanks Ede > > It should be f

Re: [JPP-Devel] sextante NPE

2018-04-08 Thread Giuseppe Aruta
Thanks Ede It should be fixed on next build Peppe 2018-04-08 15:42 GMT+02:00 : > hey Peppe, > > after svn updating to your latest sextante binding, running OJ in eclipse > throws the following.. ede > > java.lang.NullPointerException > at

Re: [JPP-Devel] "Homologate.."

2018-04-08 Thread Giuseppe Aruta
Maybe I can explain better: "Adopted OpenJUMP standad OK/Cancel/Apply button toolbar to CadPlan plugin dialogs" 2018-04-08 15:27 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi Ede > 1) OpenJUMP plugin mostly use OKCancelApplyDialog.class (and related) to >

Re: [JPP-Devel] "Homologate.."

2018-04-08 Thread Giuseppe Aruta
Hi Ede 1) OpenJUMP plugin mostly use OKCancelApplyDialog.class (and related) to have the lower button bar with the following order of button: 2) CadPlan plugins used to have the following order/text I homologate the lower button bar of CadPlan plugins to OpenJUMP plugins dialog using

Re: [JPP-Devel] OJ 1.12.1 maintenance release

2018-04-07 Thread Giuseppe Aruta
; > On 4/7/2018 12:12, Giuseppe Aruta wrote: > > Hi Ede > > I did some small changes on CadPlan plugins+ correction of bugs. > > And I am going to do some extra work on Sextante (basically Sextante > result outputs (table, text, charts) are unified to new OpenJUMP > Additiona

Re: [JPP-Devel] OJ 1.12.1 maintenance release

2018-04-07 Thread Giuseppe Aruta
...apart from adding to PLUS folder of coarse... 2018-04-07 13:03 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > I build the new versions of the plugins: should I add a copy of *.jar > files to the SVN/plugins/plugin_name>/dist folder? > > 2018-04-07 12:28 GMT+02:00

Re: [JPP-Devel] OJ 1.12.1 maintenance release

2018-04-07 Thread Giuseppe Aruta
* Statistics>Plots>All Statistics>Classify attributes Statistics>Layer attribute statistics Statistic>Layer statistics *Raster* Analysis on Single band raster>Compare selected Grid raster layers See also ChangeLog.txt . 2018-03-12 Giuseppe Aruta * Activated Additional Result framem

Re: [JPP-Devel] SVN: [5741] core/trunk/src

2018-04-06 Thread Giuseppe Aruta
Interesting solution. Thanks Ede to taking care of these bugs ;-) 2018-04-06 16:14 GMT+02:00 jump-pilot-svn--- via Jump-pilot-devel < jump-pilot-devel@lists.sourceforge.net>: > Revision: 5741 > http://sourceforge.net/p/jump-pilot/code/5741 > Author: edso > Date: 2018-04-06

Re: [JPP-Devel] SVN: [5730] core/trunk/src/com/vividsolutions/jump/feature/ BasicFeature.java

2018-04-04 Thread Giuseppe Aruta
Hi Ede I was commited a series of modifications on JumpChart plugin. The last one possibly was finalized while you were saving yours on OpenJUM. So I have now two identical numbers (5730 - last modification) on both OJ/BasicFeature.class and JumpChart Plugin/ChartDialog.class on my Eclipse. Note

Re: [JPP-Devel] Simplify menus and customize Schema Panel

2018-04-04 Thread Giuseppe Aruta
o:edgar.sol...@web.de] > Lähetetty: 4. huhtikuuta 2018 12:09 > Vastaanottaja: jump devel <jump-pilot-devel@lists.sourceforge.net> > Aihe: Re: [JPP-Devel] Simplify menus and customize Schema Panel > > On 04.04.2018 10:46, Giuseppe Aruta wrote: > > My alternative proposal is

Re: [JPP-Devel] Simplify menus and customize Schema Panel

2018-04-04 Thread Giuseppe Aruta
On the other hand, adding a way to save/restore a schema from a file can > be a useful addition. > > I use schema editor quite much and I often have hesitated to add the > plugin in the toolbar, but this is another (easier) question. > > Michaël > > Le 03/04/2018 à 13:58,

Re: [JPP-Devel] jts 1.15 vs 1.14 Was:Re: OpenJUMP next version

2018-04-04 Thread Giuseppe Aruta
with* feature.setGeometry* as this method referres to original com.vividsolutions.jts.geom.* path and not to org.locationtech.jts.geom.* This means we have to rewrite all the code of OpenJUMP before modifing external plugins. Peppe 2018-04-03 19:00 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > http

Re: [JPP-Devel] jts 1.15 vs 1.14 Was:Re: OpenJUMP next version

2018-04-03 Thread Giuseppe Aruta
Map reader > (github, 2017), a LogisticTools PlugIn (github, 2017) and a drillgis plugin > (github, 2015). But this is not much. > > Michaël > > > > Le 03/04/2018 à 14:51, edgar.sol...@web.de a écrit : > >> On 03.04.2018 14:12, Giuseppe Aruta wrote: >> >>>

Re: [JPP-Devel] Something gone wrong with attribute table between r5660 and r5664

2018-04-03 Thread Giuseppe Aruta
Hi Jukka I cannot go further 5689 in my Eclispe, I did a Copy Schema and had this output GEOMETRYGEOMETRY OBJECTIDLONGwhich seems regular NimiSTRING MuutosPvmDATE Shape_STArDOUBLE Shape_STLeDOUBLE MaakuntaSTRING VesistöalSTRING KalatalousSTRING P_ala_km2

Re: [JPP-Devel] jts 1.15 vs 1.14 Was:Re: OpenJUMP next version

2018-04-03 Thread Giuseppe Aruta
It sounds like a lot of job for OpenJUMP. What about to write to LocationTech and show the difficulties for such changes? Is Martin Davis still involved into the JTS project? Peppe 2018-04-03 13:50 GMT+02:00 : > hey All, > > had a look at it over the course of the last weeks

[JPP-Devel] Simplify menus and customize Schema Panel

2018-04-03 Thread Giuseppe Aruta
Hi Ede, Michael and others I want to customize Schema Panel (com.vividsolutions.jump.workbench.ui.SchemaPanel) in order to group in it all other schema layer action (actualy Copy and Paste Schema) which actualy are separate plugins. Plus other enhancements. This is the actual panel And this is

Re: [JPP-Devel] Time to say goodbye

2018-03-22 Thread Giuseppe Aruta
Hi Uwe I want to say thank you for all your efforts to help OpenJUMP project to be "on the road" - and to help us users to understand " Geoinformatik " Hopefully you will be in Bologna one day. It will be a pleasure for me too to meet you Best wishes for your future Peppe 2018-03-22 8:32

Re: [JPP-Devel] OpenJUMP next version

2018-03-12 Thread Giuseppe Aruta
Checking on GvSIG CE svn, Sextante * the main library (sextante.jar) depends on jts 1.12 * The other Sextante libraries (sextante-gui.jar, libMath.jar and Sextante-algorithms.jar) don't seem to have depency to jts 2018-03-12 0:15 GMT+01:00 : > On 3/11/2018 23:40,

Re: [JPP-Devel] OpenJUMP next version

2018-03-11 Thread Giuseppe Aruta
Hi Michaël, I don't have the experience about it Nevertheless I feel that the first your proposal is more easy to manage, as we are a small comunity of developers. Peppe 2018-03-11 8:21 GMT+01:00 Michaël Michaud : > Hi Jumpers, > > One of the next big step will be

Re: [JPP-Devel] OpenJUMP 1.12 released

2018-03-05 Thread Giuseppe Aruta
.de>: > Peppe, > > On 05.03.2018 14:22, Giuseppe Aruta wrote: > > I really apprechiate your job for OpenJUMP. Thank you very much. > > no problemo > > > Have a nice... thawing in Cologne ;-) > > ahh, snow does not really stay long here.. it was just frosty for l

Re: [JPP-Devel] New OpenJUMP realize

2018-03-03 Thread Giuseppe Aruta
Ops! I realized that http://www.openjump.org/ is offline. 2018-03-02 8:41 GMT+01:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi Ede > when do you plan to do the new OpenJUMP realize? > thanks > Peppe > ---

[JPP-Devel] New OpenJUMP realize

2018-03-03 Thread Giuseppe Aruta
Hi Ede when do you plan to do the new OpenJUMP realize? thanks Peppe -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [JPP-Devel] Changes.txt WAS:Fwd: Changelog

2018-02-18 Thread Giuseppe Aruta
It is fine for me. 2018-02-14 14:16 GMT+01:00 : > hey All, > > please take a moment for the below for the release. > > thx.. ede > > > Forwarded Message > Subject: Changelog > Date: Sun, 28 Jan 2018 14:34:15 +0100 > From: edgar.sol...@web.de > To: OpenJump

Re: [JPP-Devel] OJ release status

2018-02-13 Thread Giuseppe Aruta
Sorry, I gave a look back to last month previous mails. Possibly Mike is waiting for my tests/answer about Layer crs detection. Crs detection is working fine and can detect and decode both ESRI and EPSG coordinate strings. I confirm to go ahead for new OJ real. Peppe 2018-02-13 11:38 GMT+01:00

Re: [JPP-Devel] SVN: [5695] plug-ins/CadPlan_JumpPrinter/trunk

2018-01-30 Thread Giuseppe Aruta
Hi Michael I really appreciated that you took care of Cadplan plugins. I will give a look to the code and hopefully can give my help in the future. Thanks again Peppe 2018-01-28 22:22 GMT+01:00 jump-pilot-svn--- via Jump-pilot-devel < jump-pilot-devel@lists.sourceforge.net>: > Revision: 5695 >

Re: [JPP-Devel] Snaphots do not build

2018-01-30 Thread Giuseppe Aruta
dgar.sol...@web.de wrote: > > Peppe, > > > > that's should have been just a compile time dependency, but erronously > is packaged now in PLUS. check your snapshots lib/ folder and remove > 'imageio-ext-tiff-1.1.16.jar' . that should work. > > > > will fix it soo

Re: [JPP-Devel] Snaphots do not build

2018-01-29 Thread Giuseppe Aruta
revert this depency? I seems to me the easest way to check (and possible solve) the problem for next real. Peppe 2018-01-29 11:28 GMT+01:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi Ede > > >will add imageio-ext-tiff to the maven pom.xml, in case you really need > it in

Re: [JPP-Devel] Plugin updates

2018-01-27 Thread Giuseppe Aruta
Thanks Michael I will check CTS decoding in the next days > There are still four plugins which get new translations from Jukka but still not included in PLUS version : >- ColorChooser >- Sextante >- Cadplan (Vertex and JumpPrinter) Done for ColorChooser and Sextante 2018-01-27 21:45

Re: [JPP-Devel] closing in on OJ Release

2018-01-04 Thread Giuseppe Aruta
Hi Ede Michael could be still on vacation and not controlling the list. Let us wait for some days Peppe http://dilbert.com/strip/2014-11-26 Messaggio inviato dal mio ASUS MeMO Pad edgar.sol...@web.de ha scritto: >Mike? s.b. ..ede > >On 1/4/2018 22:24, Giuseppe Aruta wrote: >> H

Re: [JPP-Devel] closing in on OJ Release

2018-01-04 Thread Giuseppe Aruta
Hi Eden, Nicolas Thanks for your efforts. I found a problem, an error that comes out using NewLayerPropertiesPlugin on a shapefile related to .pry file decoding. I cannot figure out the reason of that error as I don't have access to svn in these days. it could be related to the new framework to

[JPP-Devel] Problems on projection file (shapefile) detection

2018-01-03 Thread Giuseppe Aruta
Hi Michael I had this warning caming out on using Layer Properties plugin: ava.lang.IllegalArgumentException: No enum constant org.openjump.core.ccordsys.utils.SRSInfo.Registry.LOCAL_CoordinateReferenceSystem at java.lang.Enum.valueOf(Unknown Source) at

Re: [JPP-Devel] CAD Tool

2017-12-21 Thread Giuseppe Aruta
Hi MIchael I found a solution for point 2 and point 4: in details, with this patch the Jcombobox of blocks seems not frozen and I rewrite the saving block process in order that the blocks are saved with their original size (as you suggest) I left point 1 and 3 (doubke click and JFrame ecceptions)

Re: [JPP-Devel] SVN: [5638]

2017-12-15 Thread Giuseppe Aruta
Hi Michael You probably can check that I made some upgrades also on svn Sextante binding. But I want to make those available only after new OpenJUMP real. So, please, keep the original ojsextante_binding_dec2016c.jar for the next OJ stable thanks Peppe 2017-12-15 12:28 GMT+01:00 Giuseppe Aruta

Re: [JPP-Devel] SVN: [5638]

2017-12-15 Thread Giuseppe Aruta
Hi Michael, I updated CADExtension, adding two language codes related to output warnings on OJ loading.I can see that German, Franche and Finnic requires some updates (ralated to new Text and block features). Peppe 2017-12-14 20:12 GMT+01:00 Michaël Michaud : > Hi

Re: [JPP-Devel] Show a crosshair string can't be translated

2017-12-13 Thread Giuseppe Aruta
Thanks Jukka it should be fixed now Peppe 2017-12-13 16:38 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > > > This new map decoration option does not seem to have a string to translate: > > > > View – Map Decorations – Show a crosshair in the centre of the view

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread Giuseppe Aruta
t; > > Le 13/12/2017 à 11:07, edgar.sol...@web.de a écrit : > > hey Peppe, > > looks proper. performancewise i would no convert Lists to Arrays, but iterate > them directly. always keep in mind that datasets might get huge. > > ..ede > > On 13.12.2017 11:01, Giuseppe Ar

Re: [JPP-Devel] Featurecollection to JTable

2017-12-13 Thread Giuseppe Aruta
ill probably be > in use there? > > ..ede > > On 12.12.2017 17:50, Giuseppe Aruta wrote: > > Hi all > > does OJ alreay have a way to load a featurecollection into a JTable? > > I know Geotools has a such way (http://docs.geotools.org/ > stable

Re: [JPP-Devel] Test "Starting OJ with java9 throws several exceptions"

2017-12-13 Thread Giuseppe Aruta
Thanks Ede, I confirm Jukka's observation (unlikely only with my Win 8.1/ java 9.0.1) Peppe 2017-12-12 15:10 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > No exceptions on Windows with jre 9.0.1. Just a few harmless warnings: > > [WARN] 2017-12-12_16:01:47.108

[JPP-Devel] Featurecollection to JTable

2017-12-12 Thread Giuseppe Aruta
Hi all does OJ alreay have a way to load a featurecollection into a JTable? I know Geotools has a such way ( http://docs.geotools.org/stable/userguide/tutorial/filter/query.html): JTable table SimpleFeatureCollection features FeatureCollectionTableModel model = new

Re: [JPP-Devel] How to use the Colpr Picker and Color By Attribute tools?

2017-12-11 Thread Giuseppe Aruta
tte based CAD > colors vs. free RGB for other publishing. > > > > -Jukka- > > > > *Lähettäjä:* Giuseppe Aruta [mailto:giuseppe.ar...@gmail.com] > *Lähetetty:* 8. joulukuuta 2017 14:13 > > *Vastaanottaja:* OpenJump develop and use <jump-pilot-devel@lists. > sourcefo

Re: [JPP-Devel] How to use the Colpr Picker and Color By Attribute tools?

2017-12-11 Thread Giuseppe Aruta
COLOR) if it could simplify things. > > Maybe R_G_B has less chance to collide to another user attribute... > > Michaël > > Le 07/12/2017 à 12:15, Giuseppe Aruta a écrit : > > Hi Jukka > > Color chooser if formed by two icons on the toolbar: > (a) one square icon t

Re: [JPP-Devel] Fwd: From Webform - Case ID 00182355 [] [ ref:_00D20mcp9._5000J1HFo9r:ref ]

2017-12-09 Thread Giuseppe Aruta
That is interesting. Bitdefenderteam is taking seriously their job. Peppe 2017-12-08 21:56 GMT+01:00 : > btw. there is an preliminary answer from bitdefender wrt. the false > positive virus alert on OJ PLUS.. ede > > > Forwarded Message > Subject:

Re: [JPP-Devel] How to use the Colpr Picker and Color By Attribute tools?

2017-12-08 Thread Giuseppe Aruta
change one of them (store color information > from dxf into R_G_B attribute or rename > R_G_B to COLOR) if it could simplify things. > > Maybe R_G_B has less chance to collide to another user attribute... > > Michaël > > > > Le 07/12/2017 à 12:15, Giuseppe Aruta a écrit :

Re: [JPP-Devel] Add a small modification to WorkbenchFrame class

2017-12-07 Thread Giuseppe Aruta
Peppe 2017-12-06 18:14 GMT+01:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi all > Some OJ plugin produces html pages (ike raster profile, for instance, or > LayerProperties/SextanteRasterProperties outputs) > I would like to use the power of HTMLPanel/Frame classes to re

Re: [JPP-Devel] How to use the Colpr Picker and Color By Attribute tools?

2017-12-07 Thread Giuseppe Aruta
Hi Jukka Color chooser if formed by two icons on the toolbar: (a) one square icon that is colored by the "actual color". If the user select a feature and click on this icon, the geometry is colored (b) the menu of th tools (Color menu, pick etc) >There is a new Color picker tool in the Set color

[JPP-Devel] Add a small modification to WorkbenchFrame class

2017-12-06 Thread Giuseppe Aruta
Hi all Some OJ plugin produces html pages (ike raster profile, for instance, or LayerProperties/SextanteRasterProperties outputs) I would like to use the power of HTMLPanel/Frame classes to record these pages into the output panel (currently only LayerStatistics does). >From the output panel

[JPP-Devel] Where to find driver-dxf-0.8.1.jar source

2017-12-05 Thread Giuseppe Aruta
Hi Michael I would like to give a look ito the code of your dxf plugin but I cannot find it Whre can I find? thanks Peppe -- Check out the vibrant tech community on one of the world's most engaging tech sites,

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

2017-12-05 Thread Giuseppe Aruta
> Geoffrey wrote to the list a while ago that he is retiring and wants us to grab everything because sometime in the future the cadplan website might go offline. that's why Peppe moved the code. meaning in the future it's up to us to enhance/fix his extensions. Michael, Ede If it create a proble

Re: [JPP-Devel] r5600 made without SVN update

2017-12-02 Thread Giuseppe Aruta
ine files . > > ..ede > > On 01.12.2017 15:18, Giuseppe Aruta wrote: > > Trying to solve it but I got back copies of finnic language file. What > can I do? 5603 is corrected. > > Immagine incorporata 1 > > > > 2017-12-01 14:46 GMT+01:00 Rahkonen Jukka (MML)

[JPP-Devel] Question about ViewOptionsPlugin

2017-11-30 Thread Giuseppe Aruta
Greeting Roberto Rossi, from the University of Padova, asked me if the synchronizationCheckBox on ViewOptinsPanel can be se enabled by defaut on fresh OpenJUMP distributuions. This option synchronizes selection between Attribute Table Records and Map Items. The question is if enabling sync by

Re: [JPP-Devel] A couple of strings which can't be localized

2017-11-30 Thread Giuseppe Aruta
Jukka perspective transformation tooltip comes up only on the check that the tool fits all request (exactly 4 vectors must be drawn) or on warp toolbox if the perspective transf. is selected and there are less or more than 4 vectors regarding AffineTransformationPlugIn.image-options, I correct a

[JPP-Devel] About online Wiki pages

2017-11-29 Thread Giuseppe Aruta
I am working on the wiki to upgrade some pages, expecially on the online manual I found we have two pages which are alomost similar; http://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides http://ojwiki.soldin.de/index.php?title=Online_Tutorials Can I integrate them to one?

Re: [JPP-Devel] SVN: [5596] core/trunk/pom.xml

2017-11-29 Thread Giuseppe Aruta
thanks Ede, I will save your modification forn now, Peppe 2017-11-29 11:20 GMT+01:00 jump-pilot-svn--- via Jump-pilot-devel < jump-pilot-devel@lists.sourceforge.net>: > Revision: 5596 > http://sourceforge.net/p/jump-pilot/code/5596 > Author: edso > Date: 2017-11-29 10:20:15 +

Re: [JPP-Devel] OpenJUMP version

2017-11-29 Thread Giuseppe Aruta
Thsi is a (non exahustive) list of the new features/improvements added to OpenJUMP during this year (I made the list from from ChangeLog file) I am sure I lost others that can be added to the list. I wrote in red if the elements need more info - CORE: New plugin in Edit menu (Project

[JPP-Devel] Sourceforge reports that Portable Plus 1.11 may be infected by malware

2017-11-29 Thread Giuseppe Aruta
Ede and others an user reported to me that the zip file related to Portable PLUS 1.11 on Sourceforge(*) reports a red danger message ( *This file may be infected by malware*). even if antivirus and antimalware softwares don't find

Re: [JPP-Devel] Indention WAS:Re: SVN: [5592] core/trunk/src/org/openjump/core/ui/plugin/wms/ AddWmsLayerWizard.java

2017-11-29 Thread Giuseppe Aruta
Hey Ede I don't know what happened form my side. I substituded/added the url codes and save the class (no copy/paste from another class, no substituting the whole code). I will check any anyhow on my side. regarding the other points - spaces only - indention is two spaces could it be alreay the

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread Giuseppe Aruta
Gdal/ogr2ogr is used by QGIS. Can QGIS independently decode external sidecar files, like aux.xml? or is everything done by gdal. Limiting to raster files (AFAIR) some gis sofware were able to read external auxiliary files (on demand by the user) to catch info about projection. Peppe 2017-11-29

Re: [JPP-Devel] writing prj files

2017-11-29 Thread Giuseppe Aruta
Hi Michael, thanks to send back the mail. >I added prj writing in ShapefileWriter : if a srid is set in SRIDStyle and recognised by cts library, the prj file is written Fine. Hopefully can extend this also to aux.xml file for raster >I hacked ProjUtils so that when reading the prj file, it tries

Re: [JPP-Devel] OpenJUMP version

2017-11-29 Thread Giuseppe Aruta
I was reported a problem (possibly a bug) on OpenJUMPSextanteRasterLayer class that probably affects two plugins (Raster>Profiles and Raster>Vectorialize>Create Lattice from Raster). Alberto De Luca would check on Raster>Profile. Peppe 2017-11-29 8:21 GMT+01:00 Michaël Michaud

Re: [JPP-Devel] Fwd: New version on cad tools

2017-11-29 Thread Giuseppe Aruta
Thanks Michael You also added a useful RemodelerTool. Blocks set on CAD tools needs some extra upgrade like adding icons on each items (block) on the JList and possibly the possibility to set the folder for blocks. Decoration is still "a work in progress", I would like to set the symbols along

Re: [JPP-Devel] Removing unused ProjUtils classes

2017-11-29 Thread Giuseppe Aruta
Hi Michael it is OK form me to remove ProjUtilsOld . I use this class insome external plugin (I am more familiar with that) and there is no problem to remove from OJ code. The same for org.openjump.core.ui.util.ProjUtils. I will remove them Peppe 2017-11-29 8:13 GMT+01:00 Michaël Michaud

Re: [JPP-Devel] Snaphots do not build

2017-11-29 Thread Giuseppe Aruta
It is working. I used an imageIO-ext method; it.geosolutions.imageio.plugins.tiff.TIFFImageWriteParam instead of imageIO method: javax.imageio.ImageWriteParam I wonder why it had problems to recompile on svn when I need ImageIo-ext classes to recompile my version of OJ on Eclipse (I can see that

[JPP-Devel] Warp tools

2017-11-28 Thread Giuseppe Aruta
Dear OpenJUMPers A new wiki page is available regarding Warp tools avaliable on OpenJUMP Night Buit version 5591 http://ojwiki.soldin.de/index.php?title=Warp What is new: a) new Warp toolbox provides also Affine and Perspetive transformations. b)new Affine transformation (from parameters) plugin

Re: [JPP-Devel] SVN: [5590] core/trunk/lib/plus/OnlineDoc-0.1.jar

2017-11-28 Thread Giuseppe Aruta
sorry. To reduce the plugins, which currently are 6, to one. 2017-11-28 14:59 GMT+01:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > It is still test and I am sure series of tools can be reduced to one > > 2017-11-28 14:29 GMT+01:00 <edgar.sol...@web.de>: > >>

Re: [JPP-Devel] SVN: [5590] core/trunk/lib/plus/OnlineDoc-0.1.jar

2017-11-28 Thread Giuseppe Aruta
It is still test and I am sure series of tools can be reduced to one 2017-11-28 14:29 GMT+01:00 : > hey Peppe, > > any specific reason to only include it in PLUS and not simply include it > in CORE? > > ..ede > > On 28.11.2017 14:23, jump-pilot-svn--- via Jump-pilot-devel

Re: [JPP-Devel] Add an On line help menu to OpenJUMP?

2017-11-27 Thread Giuseppe Aruta
017 16:19, Giuseppe Aruta wrote: > Maybe because oj online documentation is waiting on line to be upgraded ;) > > > Il 27 nov 2017 15:43, <edgar.sol...@web.de <mailto:edgar.sol...@web.de>> ha scritto: > > no opposition, but please phrase it properly ;).. there i

Re: [JPP-Devel] Add an On line help menu to OpenJUMP?

2017-11-27 Thread Giuseppe Aruta
n_line on line being in the queue of a shop waiting for your turn ;).. ede PS: same goes for the wiki of course, just saw your additions there On 27.11.2017 15:27, Giuseppe Aruta wrote: > My idea is to add some items on Help menu. > These items will open the internet browser to some web

Re: [JPP-Devel] How to load a TIF image layer (as ReferenceLayer) by plugin

2017-11-24 Thread Giuseppe Aruta
er.open(TaskMonitor monitor, URI uri, Map<String, Object> options); > > that's just written down, not compile tested. > > the open method does everything for you. layer creation and filling it. > > ..ede > > > On 24.11.2017 12:30, Giuseppe

Re: [JPP-Devel] How to load a TIF image layer (as ReferenceLayer) by plugin

2017-11-24 Thread Giuseppe Aruta
t; > you should probably use > com.vividsolutions.jump.workbench.imagery.ReferencedImageFactoryFileLaye > rLoader.open(...) > as it is done in > org.openjump.core.ui.plugin.file.open.OpenFileWizard.run(...) L#156ff > > you can give a target layername via the options map. > >

[JPP-Devel] How to load a TIF image layer (as ReferenceLayer) by plugin

2017-11-24 Thread Giuseppe Aruta
Greetings I am able to programmatically load a tif image as RasterImageLayer via plugin, Two years ago I added a class (org.openjump.core.rasterimage.RasterImageIOUtils) To make the process easier. For instance, related to my question, the method: RasterImageIOUtils.loadTIF(File file,

Re: [JPP-Devel] SRID support in JML

2017-11-23 Thread Giuseppe Aruta
; >>> > >>> > >>> > >>> > >>> > >>> > >>> -Alkuperäinen viesti- > >>> Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] > >>> Lähetetty: 22. marraskuuta 2017 23:35 > >&g

Re: [JPP-Devel] SRID support in JML

2017-11-22 Thread Giuseppe Aruta
we should investigate o JML documentation (if any) if this format support embedded projection info. Another alternative could be that those infos can be stored in any external extra file, like .prj or .aux, in this case OpenJUMP is already able to read srid from any ..aux.xml file stored with the

Re: [JPP-Devel] Select object on actual layer

2017-11-22 Thread Giuseppe Aruta
Good point Jukka, I will investigate on it Peppe 2017-11-22 12:22 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > I was about to write that while I digitize I utilize all the time the > keyboard mode switches. > > We have now in the general settings an option to

Re: [JPP-Devel] support for some OJ plugins

2017-11-22 Thread Giuseppe Aruta
. Better if we can have DOC/OpenOffice files that can be modified if (in the future) we improve these plugins Any suggestion? 2017-11-22 11:10 GMT+01:00 <edgar.sol...@web.de>: > Peppe, > > hint wrt. what?.. ede > > On 22.11.2017 08:59, Giuseppe Aruta wrote: > > Dear

Re: [JPP-Devel] support for some OJ plugins

2017-11-21 Thread Giuseppe Aruta
Dear Geoff, Ede and others I downloaded CadPlan source code plugins and I am ready to move them into OpenJUMP official svn. Print, Vertex Symbols and Fill Pattern codes should match related OpenJUMP plus embedded plugins. Any hint? Peppe I 2017-08-20 4:42 GMT+02:00 Geoffrey Roy

[JPP-Devel] Enhenced version of CadTools plugin

2017-11-10 Thread Giuseppe Aruta
Greetings As i mensioned on a previous mail, I added to OpenJUMP CadTools plugin some new enhencements: - a Block panel with some tools/plugin to add blocks (=defined geomeries) to the view (*) and to save selected geometries as blocks (*) - An Annotation panel with two tools to add/modify

Re: [JPP-Devel] Fwd: Re: CTS plugin

2017-10-23 Thread Giuseppe Aruta
I can see that Coordinate Transformation plugin points (as target coordinate system) to Project SRS metadata (Edit>Project properties): this is fine form me. I agree in this case to leave on Layer context menu. It would be fine to have 1) it to work on several layers, 2) an access point on Layer

Re: [JPP-Devel] Show area while drawing circles?

2017-09-22 Thread Giuseppe Aruta
Hi Jukka, I upgraded Constrained Circle tool in order to show radius, circumference and area. See on real. 5502 Peppe 2017-09-21 14:48 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi Jukka > add this note please on feature request. I am going to upgrade the cad > too

Re: [JPP-Devel] Show area while drawing circles?

2017-09-21 Thread Giuseppe Aruta
Hi Jukka add this note please on feature request. I am going to upgrade the cad toolbox with other features on next months Peppe 2017-09-21 14:46 GMT+02:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > > > The draw polygon tool shows the area of the feature that is

Re: [JPP-Devel] Export to GPS file

2017-09-01 Thread Giuseppe Aruta
> > http://www.gdal.org/drv_gpx.html > > > > > > There can't be an option to write KML in EPSG:3857 because KML by > definition supports only EPSG:4326 longitude-latitude coordinates. But that > is also the case with GPX and I believe that OruxMaps knows how to do the

Re: [JPP-Devel] Export to GPS file

2017-08-30 Thread Giuseppe Aruta
Little upgrade Google Earth uses EPSG 4326 Oruxmaps uses EPSG 3857 2017-08-30 15:56 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi all, > does OpenJUMP have a way to export to a gps file format? I saw we have > some gps importer plugin. My idea is to create a

[JPP-Devel] Export to GPS file

2017-08-30 Thread Giuseppe Aruta
Hi all, does OpenJUMP have a way to export to a gps file format? I saw we have some gps importer plugin. My idea is to create a track using OJ as linestring and than to convert it to a gps file (in order to load into a software like Oruxmap (http://wiki.openstreetmap.org/wiki/OruxMaps) or Google

Re: [JPP-Devel] WMS broken in newest builds

2017-08-10 Thread Giuseppe Aruta
I confirm Jukka's observation Peppe 2017-08-10 13:44 GMT+02:00 Rahkonen Jukka (MML) : > Hi, > > > > r5484 cannot connet with WMS servers while r5482 can. I could not download > r5483 from SourceForge so I do not know how it would behave. This error > appears

Re: [JPP-Devel] Set attribute value plugins

2017-07-28 Thread Giuseppe Aruta
Ok for me Il 27/Lug/2017 22:39, "Michaël Michaud" ha scritto: > Hi all, > > I would like to remove (or to hide) Replace Attribute Value plugin (Tools > > Edit Attributes), because it is > - redundant with Auto Assign Attribute (which should be renamed Assign >

Re: [JPP-Devel] How to get layer SRS with a BeanShell script?

2017-07-01 Thread Giuseppe Aruta
ProjUtils.getSRSInfoFromLayerStyleOrSource(layer) . It should implemented also for WMS and WFS layerables Il 29/Giu/2017 20:02, "Michaël Michaud" ha scritto: Hi Jukka, Sorry, for the misleading instruction, I dont't know why I thought you was working on a WMSLayer.

Re: [JPP-Devel] How to get layer SRS with a BeanShell script?

2017-06-27 Thread Giuseppe Aruta
THORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] 2017-06-27 16:28 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Hi Jukka, > I wonder if this can h

Re: [JPP-Devel] How to get layer SRS with a BeanShell script?

2017-06-27 Thread Giuseppe Aruta
Hi Jukka, I wonder if this can help: In Java: *SRSInfo srsInfo = ProjUtils.getSRSInfoFromLayerStyleOrSource(layer); *where layer is Layer.class (Actually OJ reads Layer.class SRS, if available from tag file or from auxiliary (PRJ/AUX/AUX.XML) file, on loading that file. SRS info is saved as

Re: [JPP-Devel] Can't combine layers which already have LAYER attribute

2017-06-11 Thread Giuseppe Aruta
too late. I saw your upgrade Michael. Thanks Peppe 2017-06-11 9:54 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > > An easier fix could be to inform user “Attribute LAYER already exists. > Do you want to combine layers without? Source of data will be lost.” > > or/

Re: [JPP-Devel] Can't combine layers which already have LAYER attribute

2017-06-11 Thread Giuseppe Aruta
> An easier fix could be to inform user “Attribute LAYER already exists. Do you want to combine layers without? Source of data will be lost.” or/together a dialog where the user should select a valid name which exclude LAYER (if already exists) Peppe 2017-06-10 23:15 GMT+02:00 Michaël Michaud

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-22 Thread Giuseppe Aruta
OK/Cancel sounds like go back to Option dialog instead of MultiImput dialog That could be a minimalist and intuitive solution, Peppe 2017-05-22 13:14 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > Tanks for the comment Ede > again tomorrow I will be out for work for 11 days.

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-22 Thread Giuseppe Aruta
Tanks for the comment Ede again tomorrow I will be out for work for 11 days. I will post pone any decision when I am back. If you want to do any modification, you are most welcome. Peppe 2017-05-22 13:06 GMT+02:00 <edgar.sol...@web.de>: > On 22.05.2017 12:40, Giuseppe Aruta wrote: &g

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-22 Thread Giuseppe Aruta
This solution doesn't take into account that user could modify metadata more than once. Undo/redo probably solve this but I'd rather use undo/redo only for editing. Peppe 2017-05-22 12:40 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>: > 1. open Project Properties > 2. ena

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-22 Thread Giuseppe Aruta
lds with the old > values. Result of both would be no difference between saved vs. dialog > values anymore, hence OK is shown. > > something like that.. ede > > > On 22.05.2017 11:24, Giuseppe Aruta wrote: > > Thanks for the enhancement on OK/Apply buttons, Ede. &g

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-22 Thread Giuseppe Aruta
tuitively. > > > > ..ede > > > > On 21.05.2017 10:57, edgar.sol...@web.de wrote: > >> Peppe, > >> > >> what about the translation strings for the user interface > >> org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.proj-metadata &g

[JPP-Devel] (no subject)

2017-05-20 Thread Giuseppe Aruta
Hi Ede, I did a small modification on TaskFrame class in order to display a SRS description if it is set (and matches any value available into srid.txt SRS registry file). I put a "setter" (TaskFrame.getRealTitle() following an idea from Kosmo) as TaskFrame.getTitle() now would get back the

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-11 Thread Giuseppe Aruta
uld be more fitting? > > ..ede > > On 11.05.2017 09:31, Giuseppe Aruta wrote: > > (Last) modification date of a projct could be different from the date of > creation of the file. This is a schenario : a project file is created on > date 1. It has stored into a back-up. Then l

Re: [JPP-Devel] SVN: [5442] core/trunk/src/com/vividsolutions/jump/workbench/model/ Task.java

2017-05-10 Thread Giuseppe Aruta
to create an extra class TaskProperties as container? 2017-05-10 14:08 GMT+02:00 <edgar.sol...@web.de>: > On 10.05.2017 13:57, Giuseppe Aruta wrote: > > Hi Ede, > > sorry, I commit the plugin before reading your mail. > > A) I preferred to have the tags on Tak class

<    1   2   3   4   5   6   7   8   9   10   >