Re: [JPP-Devel] JTS update: first experiments

2020-08-07 Thread Eric
Hi again, After another try, I managed to properly import the JTS io GeoJSON part. Here is the dependency to use:     org.locationtech.jts.io     jts-io-common     1.17.0 And not:     org.locationtech.jts     jts-io     1.17.0     pom This solves all the remaining problems with JTS and

[JPP-Devel] JTS update: first experiments

2020-08-07 Thread Eric
Hi all, Here are the different steps I made to try updating JTS to at least 1.15, the last one being 1.17. The first thing I did was to install OpenJUMP (core / trunk) via SVN in my IDE. I realised that two Maven repositories are outdated in the configuration, Central Maven 2

Re: [JPP-Devel] OpenJUMP new contributor

2020-08-07 Thread Giuseppe Aruta
Welcome Eric. It is really nice to see you back on the list and to have your contribution to the project. Peppe 2020-08-07 19:39 GMT+02:00, Eric : > Hi everyone, > > Note: I just changed the email address I'd like to use to contribute on > this list. > > > Thank you Michael for your welcome on

Re: [JPP-Devel] OpenJUMP new contributor

2020-08-07 Thread Eric
Hi everyone, Note: I just changed the email address I'd like to use to contribute on this list. Thank you Michael for your welcome on this list and your kind message. As Michaël pointed out, I started updating some former OpenJUMP extensions that I created years ago, and I've recently been

[JPP-Devel] OpenJUMP new contributor

2020-08-07 Thread Michaud Michael
Hi all,I reconnected with Eric Grosso, a former colleague who is also an OpenJUMP expert as he wrote the MorphAl extension (https://alpage.huma-num.fr/extension-sig/), the concave hull extension (now incorporated in OJ-PLUS) and probably some other useful contributions.He already noticed several

[JPP-Devel] [jump-pilot:bugs] #494 Load WKT file with set options

2020-08-07 Thread Jukka Rahkonen via Jump-pilot-devel
It may feel strange but after all WKT handles just geometries as defined in the standard https://portal.ogc.org/files/?artifact_id=25355. Perhaps the issue is calling file with WKT and attributes as "WKT file" instead of calling it as "CSV file with WKT". Saving geometries into WKT is possible