[JPP-Devel] NPE with adding data into the second project with OJ 1.4

2019-01-17 Thread Rahkonen Jukka (MML)
Hi, With OpenJUMP Version 20190106 snapshot rev.6077 running on Java 1.8.0_151 (amd64) happens this: 1. Start OpenJUMP 2. Add a shapefile into the default project 3. Create a new empty project 4. Add a shapefile into the second project (can be the same as in step 2 or

[JPP-Devel] JPEG compressed tiffs don't work with JDK 13

2019-01-08 Thread Rahkonen Jukka (MML)
Hi, JDK 13 https://download.java.net/java/early_access/jdk13/2/GPL/openjdk-13-ea+2_windows-x64_bin.zip seems to miss some codec for opening JPEG compressed TIFF files. Error from trying to open such image with OpenJUMP-20190106-r6077-PLUS as a Sextante image: [ERROR] 2019-01-08_14:30:11.044

[JPP-Devel] Topology error with polygon overlay function

2018-11-30 Thread Rahkonen Jukka (MML)
Hi, I was reading this question about polygon overlay, or "union" as ESRI calls it https://gis.stackexchange.com/questions/304516/why-is-union-in-arcmap-much-faster-than-other-approaches. The datasets are rather big but I believe that 15 GB of RAM it should be possible to compute the overlay.

[JPP-Devel] Documentation or tutorials about OpenKLEM wanted

2018-08-28 Thread Rahkonen Jukka (MML)
Hi, It would be nice to have some illustrated examples about what it is possible to do with the OpenKLEM tools. -Jukka Rahkonen- -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [JPP-Devel] Proposal to integrate OpenKLEM plugin in OpenJUMP PLUS

2018-08-28 Thread Rahkonen Jukka (MML)
Hi, KLEM offers about 24 raster tools in a small footprint. Most of them seem to have equivalent tools in Sextante toolbox so I made a few pairwise comparisons and my first feeling is that KLEM is faster, even I do understand that the algorithms are not equal. I also tested re-classification

[JPP-Devel] NoClassDefFoundError when starting OJ r5929 with JDK 12

2018-08-27 Thread Rahkonen Jukka (MML)
Hi, OpenJUMP does start with JDK 12 but it throws this error java.lang.NoClassDefFoundError: javax/xml/bind/UnmarshalException at org.openjump.ext.viewmanager.ViewManagerExtension.configure(ViewManagerExtension.java:21) at

Re: [JPP-Devel] How to test OJ with Java 12?

2018-08-27 Thread Rahkonen Jukka (MML)
Vastaanottaja: jump devel Aihe: Re: [JPP-Devel] How to test OJ with Java 12? On 27.08.2018 12:34, edgar.sol...@web.de wrote: > On 27.08.2018 10:55, Rahkonen Jukka (MML) wrote: >> Hi, >> >> I would like to test if OpenJUMP might have problems with the newest Java >> ve

[JPP-Devel] How to test OJ with Java 12?

2018-08-27 Thread Rahkonen Jukka (MML)
Hi, I would like to test if OpenJUMP might have problems with the newest Java versions but I could not make it start at all. I had a working bat file for Java 10 to start with but editing JAVA_PATH was not enough. I start to feel that the genius system that detects the Java version is getting

Re: [JPP-Devel] Methods to calculate Frequency in OJ?

2018-05-22 Thread Rahkonen Jukka (MML)
Vastaanottaja: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net> Aihe: Re: [JPP-Devel] Methods to calculate Frequency in OJ? thanks Jukka 2018-05-22 9:59 GMT+02:00 Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi<mailto:jukka.rahko...@maanmittauslaitos.fi>>: H

Re: [JPP-Devel] Methods to calculate Frequency in OJ?

2018-05-22 Thread Rahkonen Jukka (MML)
Hi, I was thinking about color theming as well because it knows how to apply Maximal Breaks, Jenks, Quantiles etc. but we do have some tools also in the Tools – Statistics menu. Sextante must have something in Focal statistics, Local statistics and probably in a few other places as well.

Re: [JPP-Devel] OpenJump 1.14 roadmap planning - jts 1.15 upgrade?

2018-05-14 Thread Rahkonen Jukka (MML)
Hi, The discussion about JTS 1.15 upgrade is mostly under title ”OpenJUMP next version” https://sourceforge.net/p/jump-pilot/mailman/jump-pilot-devel/thread/6c439dc6-366a-9cd3-cd48-4346566fdb6c%40orange.fr/#msg36249751 Knowing our developer resources (Ede, Michaël and Peppe) it feels unlikely

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
Hi, Correction: as it can be seen from the logs the error happened with a Spatialite database, not with Geopackage. -Jukka- Lähettäjä: Rahkonen Jukka (MML) Lähetetty: 11. toukokuuta 2018 11:19 Vastaanottaja: OpenJump develop and use (jump-pilot-devel@lists.sourceforge.net) <jump-pilot-de

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
net>; Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi> Aihe: Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage Jukka, can you try r5791 ? it should at least make OJ shit down again but show the error beforehand. ..ede On 11.05.2018 11:39, Rahkonen Jukka (MML)

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
related to database connection in the log file What kind of operation do you do on the database ? Just select (visualisation) or also insert/update ? Michaël Le 11/05/2018 à 10:19, Rahkonen Jukka (MML) a écrit : Hi, I noticed that at least with some GeoPackage databases OpenJUMP goes to a stran

[JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
Hi, I noticed that at least with some GeoPackage databases OpenJUMP goes to a strange state which makes it impossible to close OpenJUMP. The main reason is probably that it is not possible to close the connection to GeoPackage (SQLite) because the same exception comes if I try to close the

[JPP-Devel] Raster profile tool slow compared with the native Sextante tool

2018-04-27 Thread Rahkonen Jukka (MML)
Hi, I noticed that the customized raster profile tool in the Raster-Profile graph menu is quite a lot slower than the corresponding tool in the Sextante toolbox (Sextante-Profiles-Profile). The difference is so big that it makes me think if this custom tool is doing something in a sub-optimal

Re: [JPP-Devel] Open File does not show file type menu

2018-04-23 Thread Rahkonen Jukka (MML)
Yeh, it works OK with latest build, also with Java 9 and 10. -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 23. huhtikuuta 2018 14:20 Vastaanottaja: Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi>; jump devel <j

[JPP-Devel] What should Sextante-Catch coordinates do?

2018-04-23 Thread Rahkonen Jukka (MML)
Hi, The tool in menu " Sextante-Catch coordinates" shows X and Y values in a dialogue and [Name] in an editable text box. It is not obvious for me that what I can do with this tool? BTW using this tool is changing the font of the lower-left corner info box into large size Courier with JRE 10

[JPP-Devel] OpenJUMP has some problems with JRE 10

2018-04-23 Thread Rahkonen Jukka (MML)
Hi, OpenJUMP r5447 does not start on Windows with this fresh OpenJDK version https://download.java.net/java/GA/jdk10/10.0.1/fb4372174a714e6b8c52526dc134031e/10/openjdk-10.0.1_windows-x64_bin.tar.gz Problem begins around line 76 where oj_windows.bat is detecting the java version. Obviously it

Re: [JPP-Devel] Open File does not show file type menu

2018-04-11 Thread Rahkonen Jukka (MML)
, edgar.sol...@web.de wrote: > can you try the latest snapshot? r5664 is kinda 100 revisions old. ede > > On 11.04.2018 15:44, Rahkonen Jukka (MML) wrote: >> Hi, >> >>   >> >> Do others experience the same as I do? When I open files through File-Open >&g

[JPP-Devel] Open File does not show file type menu

2018-04-11 Thread Rahkonen Jukka (MML)
Hi, Do others experience the same as I do? When I open files through File-Open the "Files of type" menu stays empty and I can't filter the file list. This OJ is r5664, running on Java 1.8.0_151. -Jukka Rahkonen- --

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

2018-04-04 Thread Rahkonen Jukka (MML)
Hi, I like also this two-way option, for a few reasons: - Save and restore with text file feels good. I guess it would also be faster to create new long schema with text editor than through the UI. - It feels that copy-pasting schemas between existing layers is easier through the context menu.

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

2018-04-03 Thread Rahkonen Jukka (MML)
Hi, If I open this file http://www.latuviitta.org/downloads/oj5664test.jml with OJ r5664 or later the attribute table behaves oddly. It opens so that only the title bar shows. If I hover over the place where the table is with the mouse then the tool icons appear and if I press the left button

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

2018-04-03 Thread Rahkonen Jukka (MML)
Hi, I guess that renaming the package has something to do with the license change from LGPL 2.1 to the more permissive Eclipse licenses https://projects.eclipse.org/projects/locationtech.jts for making it clear that org.locationtech.jts stuff is not derived from the LGPL licensed code but

Re: [JPP-Devel] Fwd: Re: New SRID system and unknown SRID

2018-01-22 Thread Rahkonen Jukka (MML)
n SRID keep a copy in the ml.. ede Forwarded Message Subject: Re: [JPP-Devel] New SRID system and unknown SRID Date: Mon, 22 Jan 2018 12:33:59 +0100 From: edgar.sol...@web.de To: Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi> On 21.01.2018 21:14, Rahkonen Jukka

Re: [JPP-Devel] New SRID system and unknown SRID

2018-01-18 Thread Rahkonen Jukka (MML)
ers as far as i could see when implementing the GML SRID support. stormy salutations ..ede On 18.01.2018 12:43, Rahkonen Jukka (MML) wrote: > Hi Ede and others, > > New OJ with the SRID support in JML writes our the JML file without > boundedBy element when the SRID is not known.

[JPP-Devel] New SRID system and unknown SRID

2018-01-18 Thread Rahkonen Jukka (MML)
Hi Ede and others, New OJ with the SRID support in JML writes our the JML file without boundedBy element when the SRID is not known. But perhaps it would be good for some use cases to have a fast access to layer extents also in that case by write the boundedBy but without srsName

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

2018-01-05 Thread Rahkonen Jukka (MML)
lot-devel@lists.sourceforge.net> Aihe: Re: [JPP-Devel] closing in on OJ Release Jukka, could you please check how it fares against our "other" reader in ogr2ogr? not that i am expecting problems, but still. thanks.. ede On 05.01.2018 09:52, Rahkonen Jukka (MML) wrote: > Hi Ede, > >

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

2018-01-05 Thread Rahkonen Jukka (MML)
Hi Ede, I made some tests with the SRID support in JML files and everything looks good. -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 4. tammikuuta 2018 20:21 Vastaanottaja: jump devel Aihe:

Re: [JPP-Devel] Distance Measurement

2018-01-03 Thread Rahkonen Jukka (MML)
Hi, There is an option to change the units in the Measure toolbox that is included in the OpenJUMP Plus. The source seems to be in https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/. Perhaps you can find some inspiration from there. -Jukka Rahkonen- Lähettäjä:

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

2017-12-14 Thread Rahkonen Jukka (MML)
devel <jump-pilot-devel@lists.sourceforge.net> Aihe: Re: [JPP-Devel] SVN: [5638] On 14.12.2017 15:33, Rahkonen Jukka (MML) wrote: > Hi, > > The Finnish language file has always (at least since 2006 when I started) > used those Unicode escaped expressions for non-ASCII cha

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

2017-12-14 Thread Rahkonen Jukka (MML)
Hi, The Finnish language file has always (at least since 2006 when I started) used those Unicode escaped expressions for non-ASCII characters and I have thought that it is a requirement. The Babelfish application that I used to do made the change automatically but now I translate with a common

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

2017-12-13 Thread Rahkonen Jukka (MML)
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 -Jukka Rahkonen- -- Check out the vibrant tech community on one of

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

2017-12-12 Thread Rahkonen Jukka (MML)
Hi, No exceptions on Windows with jre 9.0.1. Just a few harmless warnings: [WARN] 2017-12-12_16:01:47.108 No translation for key 'org.openjump.core.ui.plugin.file.SaveWizardPlugIn' in bundle 'language/jump'. [WARN] 2017-12-12_16:01:47.108 Can't find resource for bundle

[JPP-Devel] Build problems?

2017-12-08 Thread Rahkonen Jukka (MML)
Hi, Latest build on https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/ is r5608 while SVN version is r5614. By the build log it feels like the build machine has run out of disk space. -Jukka Rahkonen-

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

2017-12-08 Thread Rahkonen Jukka (MML)
creenshot below)? I can reactivate it. [Immagine incorporata 1] d) If you need I can reactivate (in a submenu), the list of preset colors e) Eventually I reactivate the old color chooser and reuse the new one as a separate plugin for CAD. Best regards Peppe 2017-12-08 10:37 GMT+01:00

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

2017-12-08 Thread Rahkonen Jukka (MML)
” or something like that? -Jukka Rahkonen- Lähettäjä: Rahkonen Jukka (MML) Lähetetty: 7. joulukuuta 2017 22:25 Vastaanottaja: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net> Aihe: Re: [JPP-Devel] How to use the Colpr Picker and Color By Attribute tools? Hi, Please remembe

[JPP-Devel] Color tools backwards incompatible?

2017-12-08 Thread Rahkonen Jukka (MML)
Hi, It seems that recent snapshots can read old JML files with just R_G_B field and show the stored colors. However, it is not possible to edit the colors with the color tools, probably because they are nowadays using also another field, COLOR. Test file attached. There used to be also an

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

2017-12-07 Thread Rahkonen Jukka (MML)
MP (to color few features to identify between others). I use this tool to work together with CAD files, if I export to dxf a set of feature with "COLOR" attributes, those area automatically trasformed into DXF COLOR values Peppe 2017-12-07 11:00 GMT+01:00 Rahkonen Jukka

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

2017-12-07 Thread Rahkonen Jukka (MML)
Hi, There is a new Color picker tool in the Set color toolbox. It show the index number of the color and shows RGB values in the lower left corner, in a box that claims that the value can be copied into clipboard. For me it seems that copy-paste does not work. Is there some other purpose for

Re: [JPP-Devel] OJ EXE

2017-12-05 Thread Rahkonen Jukka (MML)
from snapshots because they - do not contain source code - do not expose language files in language/ folder " ..ede On 04.12.2017 16:20, Rahkonen Jukka (MML) wrote: > Hi, > > Read this rather new thread about building OJ snapshot with maven > https://www.mail-archive.co

Re: [JPP-Devel] OJ EXE

2017-12-04 Thread Rahkonen Jukka (MML)
Hi, Read this rather new thread about building OJ snapshot with maven https://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg18320.html I did not try with "release", I am remembering that I had some problems with that earlier. -Jukka Rahkonen- -Alkuperäinen viesti-

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

2017-12-01 Thread Rahkonen Jukka (MML)
...@web.de] Lähetetty: 1. joulukuuta 2017 15:40 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net Aihe: Re: [JPP-Devel] r5600 made without SVN update Jukka, do you want me to fix that? ..ede On 01.12.2017 14:27, Rahkonen Jukka (MML) wrote: > Hi, > >   > > It seems that

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

2017-11-30 Thread Rahkonen Jukka (MML)
Hi Peppe, It seems to me that the tooltip hint about perspective transformation does not show the translated string of "...WarpingPanel.warning_2". Also the affine transformation dialogue shows subtitle AffineTransformationPlugIn.image-options in English for me Michaël, In Save dataset as

Re: [JPP-Devel] OpenJUMP version

2017-11-30 Thread Rahkonen Jukka (MML)
Hi Michaël, I think this is a good plan. I wonder if this will be kind of a final version in OpenJUMP 1.1 series. Switch to JTS 1.15 probably breaks some old plugins and I fear that we do not have resources for updating them all to work with JTS 1.15. In that case we should think that this

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread Rahkonen Jukka (MML)
Hi, QGIS opens vectors both with its own providers, both through GDAL. JML is opened with GDAL. Sidecar files are used if drivers are made to support them and because GDAL JML driver will need a refresh anyway we are free to decide how to include the information about SRID. My preferences

[JPP-Devel] Snaphots do not build

2017-11-28 Thread Rahkonen Jukka (MML)
Hi, There are no builds since 5588 https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/. Seems to be problems with some image stuff ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project OpenJUMP: Compilation

Re: [JPP-Devel] SRID support in JML

2017-11-26 Thread Rahkonen Jukka (MML)
e url mean something and link to a proper xml resource. ..ede On 11/23/2017 11:05, Rahkonen Jukka (MML) wrote: > Or we could add a CRS element into GML Input Template section and boundedBy > like in GML2 into the data section: > > > http://www.opengis.net/gml; > xmlns:x

Re: [JPP-Devel] SRID support in JML

2017-11-23 Thread Rahkonen Jukka (MML)
D support in JML could you quickly name the plugin that generates a bounding box and (probably again) what has to be taken into accout wrt. to the order of the coordinates? then i could have a look if i could quiclky hack that within the next days. ..ede On 23.11.2017 13:03, Rahkonen Jukka (MML

Re: [JPP-Devel] SRID support in JML

2017-11-23 Thread Rahkonen Jukka (MML)
although it of course should match the data's. the clean gml way would probably be (as you mentioned) to srs tag every feature as the standard expects, but that of course would blow up the dataset exponentially unnecessarily. ..ede On 23.11.2017 11:05, Rahkonen Jukka (MML) wrote: > Or we co

Re: [JPP-Devel] SRID support in JML

2017-11-23 Thread Rahkonen Jukka (MML)
/gml/srs/epsg.xml#4326;> 474.0,280.0 620.0,380.0 ... -Jukka- -Alkuperäinen viesti- Lähettäjä: Rahkonen Jukka (MML) Lähetetty: 23. marraskuuta 2017 11:36 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net Aihe: Re: [JPP-Devel] SRID support in JML Hi, So co

Re: [JPP-Devel] SRID support in JML

2017-11-23 Thread Rahkonen Jukka (MML)
would break things. ..ede On 11/22/2017 21:41, Rahkonen Jukka (MML) wrote: > Hi, > > In GML srsName is set for each feature. See the GML2 response from > http://demo.geo-solutions.it/geoserver/wfs?service=wfs=1.0.0 > equest=getfeature=topp:states=5 > We have the same SRID for the

Re: [JPP-Devel] SRID support in JML

2017-11-22 Thread Rahkonen Jukka (MML)
.@web.de <mailto:edgar.sol...@web.de>>: > > Jukka, > > you are right. just checked! as SRID is held in a style object and styles > are only saved in projects, a saved JML file currently lacks this information. > > .ede > > On 22.11.2017 16:19, Rahkonen J

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

2017-11-22 Thread Rahkonen Jukka (MML)
Peppe > > 2017-11-22 12:22 GMT+01:00 Rahkonen Jukka (MML) > <jukka.rahko...@maanmittauslaitos.fi > <mailto:jukka.rahko...@maanmittauslaitos.fi>>: > > Hi, > > I was about to write that while I digitize I utilize all the time the > keyboard mode

[JPP-Devel] SRID support in JML

2017-11-22 Thread Rahkonen Jukka (MML)
Hi, Am I right that we have an enhanced SRID support in OpenJUMP and shapefiles via .prj files, but nothing at all for JML format? -Jukka Rahkonen- -- Check out the vibrant tech community on one of the world's most

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

2017-11-22 Thread Rahkonen Jukka (MML)
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 allow only one layer to be editable. What if we had in the same place an option to select features only from selected layer(s)? Should it affect

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

2017-11-21 Thread Rahkonen Jukka (MML)
Hi, I do not remember such a shift key shortcut. How old OpenJUMP should I use for testing? I suppose that you want to select features from many layers from time to time and setting other layers as non-selectable is not a practical solution. -Jukka Rahkonen- -Alkuperäinen viesti-

Re: [JPP-Devel] KML

2017-11-15 Thread Rahkonen Jukka (MML)
Hi, To some extent, yes. Have you tried with Open File? If it does not work, could you share some test data? -Jukka- Lähettäjä: Arun Bharathi [mailto:arunbharathi...@gmail.com] Lähetetty: 15. marraskuuta 2017 13:00 Vastaanottaja: OpenJump develop and use

[JPP-Devel] How to use perspective transformation?

2017-11-06 Thread Rahkonen Jukka (MML)
Hi, I was adding these two missing keys for most language files: ui.warp.WarpingPanel.warning_1=\#T\:You should draw between 1 to 3 vectors to apply an affine transformation ui.warp.WarpingPanel.warning_2=\#T\:You must draw exactly 4 vectors to apply a perspective transformation They were

[JPP-Devel] Random points in polygon with BeanShell?

2017-10-26 Thread Rahkonen Jukka (MML)
Hi, I would like to generate some random points in polygon with the JTS function CreateRandomShape.randomPointsInPolygon(). I believe it could be done by selecting a polygon and then running just few rows of BeanShell but how? Inputs would be the selected polygon geometry and the user given

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

2017-10-23 Thread Rahkonen Jukka (MML)
[mailto:m.michael.mich...@orange.fr] Lähetetty: 23. lokakuuta 2017 9:08 Vastaanottaja: Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi>; jump devel <jump-pilot-devel@lists.sourceforge.net> Aihe: Re: [JPP-Devel] Fwd: Re: CTS plugin Hi Jukka, I agree that there is no more reason to have i

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

2017-10-22 Thread Rahkonen Jukka (MML)
Hi, In r5522 the Coordinate Transformation tool is both in the Plugins menu and in the mouse right click menu that opens through the table of contents. The first location feels like old remaining before adding CTS plugin into the core, and the second one is not the most logical to me. I

Re: [JPP-Devel] Problem in OpenJUMP 1.11

2017-10-18 Thread Rahkonen Jukka (MML)
Hi, Now when you still remember, could you analyze what the problem was and write some advice about how to do it right for including in the OpenJUMP wiki? -Jukka Rahkonen- Lähettäjä: Arun Bharathi [mailto:arunbharathi...@gmail.com] Lähetetty: 18. lokakuuta 2017 17:30 Vastaanottaja: OpenJump

Re: [JPP-Devel] Compile Source

2017-10-06 Thread Rahkonen Jukka (MML)
Hi, I was able to make a snapshot build with Maven by following this document http://ojwiki.soldin.de/index.php?title=Creating_an_OJ_release_version -Jukka Rahkonen- Lähettäjä: Arun Bharathi [mailto:arunbharathi...@gmail.com] Lähetetty: 6. lokakuuta 2017 10:45 Vastaanottaja:

[JPP-Devel] Misleading tool name Extract common boundary

2017-09-27 Thread Rahkonen Jukka (MML)
Hi, We have a tool named Extract Common Boundary Between Polygons. It makes me think that only the common boundaries are extracted but actually the tool extracts all unique boundaries, so removes the duplicate boundaries which is somehow an opposite to the tool name. Perhaps we could rename

[JPP-Devel] Show area while drawing circles?

2017-09-21 Thread Rahkonen Jukka (MML)
Hi, The draw polygon tool shows the area of the feature that is edited in real time but the Draw constrained circle and the Circle tool in the CAD toolbox show only the circumference. Could they show area as well, it would help in drawing fast circles with approximately desired area? -Jukka

Re: [JPP-Devel] Stack overflow error from Overlay tool

2017-09-19 Thread Rahkonen Jukka (MML)
2017 14:28, Rahkonen Jukka (MML) wrote: > Hi, > >   > > Tools - analysis - overlay does not work with recent OpenJUMP builds. > The error is > >   > > java.lang.StackOverflowError > > at > com.vividsolutions.jump.workbench.ui.

[JPP-Devel] Stack overflow error from Overlay tool

2017-09-19 Thread Rahkonen Jukka (MML)
Hi, Tools - analysis - overlay does not work with recent OpenJUMP builds. The error is java.lang.StackOverflowError at com.vividsolutions.jump.workbench.ui.task.TaskMonitorDialog.report(TaskMonitorDialog.java:236) ... I tried r2498 and r2499 and both are failing.

Re: [JPP-Devel] Export to GPS file

2017-08-30 Thread Rahkonen Jukka (MML)
Hi, I guess that you mean GPX format http://www.topografix.com/gpx.asp. There is an importer made by Landon Blake in https://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/ . Zip file has also source code packed into the jar

Re: [JPP-Devel] Uppercase "GEOMETRY" when saving into PostGIS

2017-08-21 Thread Rahkonen Jukka (MML)
nen viesti- Lähettäjä: Brian M Hamlin [mailto:mapl...@light42.com] Lähetetty: 21. elokuuta 2017 11:41 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net; Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi> Aihe: Re: [JPP-Devel] Uppercase "GEOMETRY" when saving int

[JPP-Devel] Uppercase "GEOMETRY" when saving into PostGIS

2017-08-21 Thread Rahkonen Jukka (MML)
Hi, The driver "PostGIS Table (new)" creates the geometry column and names it as uppercase GEOMETRY. I would say that it would be better to use lowercase "geometry". Now when writing direct database queries users must use exact column name with double quotes select "GEOMETRY" from table; If

Re: [JPP-Devel] Does check for minimum angle work?

2017-08-18 Thread Rahkonen Jukka (MML)
Ok, never mind. The minimum angle tool is searching for sharp peaks. Angle is the angle between the segments. Thus in my straight line example the angle is 180 degrees, not zero as I was thinking. -Jukka- Lähettäjä: Rahkonen Jukka (MML) <jukka.ra

[JPP-Devel] Does check for minimum angle work?

2017-08-18 Thread Rahkonen Jukka (MML)
Hi, There is a selection "Check for minimum angle" in the QA tool. What should this tool actually do? I have been thinking that it should report if lines or polygons contain vertices which are making only a mimimal bend to lines. However, QA does not find extra vertex for example from this

[JPP-Devel] Requst to update SQLite driver

2017-08-11 Thread Rahkonen Jukka (MML)
Hi, For getting even more speed for BBOX queries which utilize spatial index of GeoPackage and Spatialite databases it would be good to update the SQLite driver that is delivered with OpenJUJMP Plus. The version we use now is sqlite-jdbc-3.8.11.2.jar but starting from version 3.17 the R-Tree

[JPP-Devel] Good news about GeoPackage and SpatiaLite and spatial index

2017-08-11 Thread Rahkonen Jukka (MML)
Hi, Nicolas Ribot has kindly improved the SQLite based datastores so that the R-Tree spatial index is utilized if it exists for GeoPackages. This makes a huge speedup for dynamic browsing of GeoPackage layers which are added to the map through Open Datastore Layer. The same speedup is

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

2017-08-10 Thread Rahkonen Jukka (MML)
r5486 ..ede On 10.08.2017 13:44, Rahkonen Jukka (MML) wrote: > 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 immediately for example when selecti

[JPP-Devel] WMS broken in newest builds

2017-08-10 Thread 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 immediately for example when selecting one of the preset WMS servers java.lang.NullPointerException at

Re: [JPP-Devel] Errors with building OJ snapshot

2017-08-09 Thread Rahkonen Jukka (MML)
ing OJ snapshot Jukka, not sure what's wrong there, but you can skip tests via http://maven.apache.org/plugins-archives/maven-surefire-plugin-2.12.4/examples/skipping-test.html .ede On 8/9/2017 20:40, Rahkonen Jukka (MML) wrote: > Hi, > > I continued at home without proxy and got agai

Re: [JPP-Devel] Errors with building OJ snapshot

2017-08-09 Thread Rahkonen Jukka (MML)
toring buildNumber: 09.08.2017 at timestamp: 1502279436299 > [INFO] Storing buildScmBranch: trunk > [INFO] do you have a restrictive firewall policy that restricts maven/java to access the internet? maven tries to update some plugin. ..ede On 09.08.2017 14:25, Rahkonen Jukka (MML) wrote: > E

Re: [JPP-Devel] Errors with building OJ snapshot

2017-08-09 Thread Rahkonen Jukka (MML)
. ..ede On 09.08.2017 13:19, Rahkonen Jukka (MML) wrote: > Hi, > > I refreshed my OJ sources with TortoiseSVN before trying to build and > "own_oj" is a full copy of the "trunk" directory including pom.xml. > Log file attached. > > -Jukka- > > > --

Re: [JPP-Devel] Errors with building OJ snapshot

2017-08-09 Thread Rahkonen Jukka (MML)
full log next time. ..ede On 09.08.2017 12:23, Rahkonen Jukka (MML) wrote: > Hi, > > > > I tried to build a snapshot from revision r5484. I am using a Windows bat > that used to work: > > > > set maven_home=C:\ohjelmat\apache-maven-3.5.0 > > set

[JPP-Devel] Errors with building OJ snapshot

2017-08-09 Thread Rahkonen Jukka (MML)
Hi, I tried to build a snapshot from revision r5484. I am using a Windows bat that used to work: set maven_home=C:\ohjelmat\apache-maven-3.5.0 set path=%path%;C:\ohjelmat\apache-maven-3.5.0\bin set java_home=C:\ohjelmat\jdk8\jre C:\ohjelmat\apache-maven-3.5.0\bin\mvn package -P snapshot

[JPP-Devel] Spatialite datastore and spatial index

2017-08-07 Thread Rahkonen Jukka (MML)
Hi Nicolas, I would like to ask if you are interested in making the Spatialite datastore more usable with big tables by using the R-Tree spatial index it is available? Currently in

[JPP-Devel] Slow parsing of date field from Spatialite database

2017-08-06 Thread Rahkonen Jukka (MML)
Hi, There seems to be some inefficiency in parsing date field from Spatialite database by using the Run database query tool. Reading 8 million points with one DATE field takes 15 minutes with my computer. If I do not select the DATE field it takes only 35 seconds to get all the data. DB Query

Re: [JPP-Devel] Slow parsing of JML files

2017-07-31 Thread Rahkonen Jukka (MML)
Hi, With my data and computer loading of JML takes now 1 min 40 sec. Much better that 25 minutes as it used to be. -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 31. heinäkuuta 2017 12:11 Vastaanottaja: jump devel

[JPP-Devel] Slow parsing of JML files

2017-07-28 Thread Rahkonen Jukka (MML)
Hi, I noticed with a dataset having 1.2 million features with lots of attributes that OpenJUMP is rather slow in parsing its own native JML format. It takes about 30 minutes to open the file. Shapefiles are much faster but they do not suit me because long strings are truncated. Can the

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

2017-07-03 Thread Rahkonen Jukka (MML)
= wc.getLayerNamePanel().getSelectedLayers()[0]; SRSInfo info = ProjUtils.getSRSInfoFromLayerStyleOrSource(lyr); print(info.getRegistry()); print(info.getCode()); Michaël Le 29/06/2017 à 11:40, Rahkonen Jukka (MML) a écrit : Hi Michaël, Some little issue: - lyr = wc.layerNamePanel.selectedLayerables.get

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

2017-06-29 Thread Rahkonen Jukka (MML)
e to the layer : lyr = wc.layerNamePanel.selectedLayerables.get(0) then you can get the SRS from the layer this way : lyr.getSRS() Hope that helps, Michaël Le 27/06/2017 à 15:56, Rahkonen Jukka (MML) a écrit : Hi, If layers can know their SRS I wonder how could I read the value with BeanShell. For example what to do

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

2017-06-27 Thread Rahkonen Jukka (MML)
Hi, If layers can know their SRS I wonder how could I read the value with BeanShell. For example what to do for edding the EPSG code to this snippet that writes upper left - lower right coordinates for a GDAL command htmlFrame.setTitle("BBOX Output"); fc =

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

2017-06-05 Thread Rahkonen Jukka (MML)
Hi, If layers to be combined already have an attribute named as "LAYER" the operation stops with an error. User must rename LAYER to something else in all the layers before combining is possible. A good fix would perhaps be to create the classifying attribute in this case with a different

Re: [JPP-Devel] Convert an attribute into Z-coordinate

2017-05-29 Thread Rahkonen Jukka (MML)
Le 28/05/2017 à 21:39, Rahkonen Jukka (MML) a écrit : > Hi, > > Is is possible to convert XY data that has height as an attribute into XYZ > data? > I mean having a point like > POINT ( 560 560 ) with an attribure height=20 and it would become > POINT ( 560 560 20

[JPP-Devel] Convert an attribute into Z-coordinate

2017-05-28 Thread Rahkonen Jukka (MML)
Hi, Is is possible to convert XY data that has height as an attribute into XYZ data? I mean having a point like POINT ( 560 560 ) with an attribure height=20 and it would become POINT ( 560 560 20 ) -Jukka Rahkonen- --

Re: [JPP-Devel] Question about MultiInputDialog

2017-05-10 Thread Rahkonen Jukka (MML)
-devel@lists.sourceforge.net; Rahkonen Jukka (MML) <jukka.rahko...@maanmittauslaitos.fi> Aihe: Re: [JPP-Devel] Question about MultiInputDialog On 09.05.2017 17:12, Giuseppe Aruta wrote: > C. > wrt. Modification Time - how is this handled within other GIS (Jukka?), > especial wrt. c

Re: [JPP-Devel] Error from Make valid with OpeJUMP 1.10

2017-04-03 Thread Rahkonen Jukka (MML)
de a *.jml file for the dataset and check if throws the same error when reloaded into the latest OJ snapshot? ..ede On 02.04.2017 23:25, Michaël Michaud wrote: > Hi Jukka, > > With your sample, I get no error, but the polygon is not fixed correctly. > > I wonder why we do n

Re: [JPP-Devel] Error from Make valid with OpeJUMP 1.10

2017-04-02 Thread Rahkonen Jukka (MML)
end me your polygon (file or WKT) Thanks, Michaël Le 02/04/2017 à 21:46, Rahkonen Jukka (MML) a écrit : > Hi, > > I was trying to make a polygon layer with some self-intersecting polygons > valid with OpenJUMP 1.10 but I am getting this error: > > > java.lang.IllegalArg

[JPP-Devel] Error from Make valid with OpeJUMP 1.10

2017-04-02 Thread Rahkonen Jukka (MML)
Hi, I was trying to make a polygon layer with some self-intersecting polygons valid with OpenJUMP 1.10 but I am getting this error: java.lang.IllegalArgumentException: This method does not support GeometryCollection arguments at

Re: [JPP-Devel] Small patch to correct proj decoding

2017-03-30 Thread Rahkonen Jukka (MML)
Maybe these links can give some information about aux.xml http://www.gdal.org/classGDALPamDataset.html http://www.gdal.org/gdal__pam_8h_source.html http://www.gdal.org/osr_tutorial.html -Jukka Rahkonen- Lähettäjä: Giuseppe Aruta [mailto:giuseppe.ar...@gmail.com] Lähetetty: 30. maaliskuuta 2017

Re: [JPP-Devel] SVN: [5392] plug-ins/CADExtension/trunk/src/org/openjump/advancedtools

2017-03-22 Thread Rahkonen Jukka (MML)
Hi, Strings which are used alone like "OK" or "Cancel" in the buttons, or as a title for messages like in "Error: [something happened]" are rather safe as general string also in Finnish. However, even "Attribute" probably always translates well into Finnish as "Ominaisuustieto", there is not

Re: [JPP-Devel] Just small language fix

2017-03-21 Thread Rahkonen Jukka (MML)
Hi, "Lähde" may be correct but Finnish is a language with flexion (words are "bending") so I should see the exact context where the word is used. Probably a good guess, though. -Jukka- Lähettäjä: Giuseppe Aruta Lähetetty: 21.

Re: [JPP-Devel] next release options

2017-03-20 Thread Rahkonen Jukka (MML)
: edgar.sol...@web.de <edgar.sol...@web.de> Lähetetty: 20. maaliskuuta 2017 13:09 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net Aihe: Re: [JPP-Devel] next release options On 20.03.2017 08:35, Rahkonen Jukka (MML) wrote: > use the Locationtech version of JTS if it makes sense

<    1   2   3   4   5   >