Re: [JPP-Devel] Ocient DB support

2021-05-24 Thread Michaud Michael
Ede,Sorry if my response was premature. It seemed to me that you would have reacted to Jukka's and my answer if you had arguments against. Anyway, I understand your arguments even if I think that the difference betweeen "adding the jdbc driver" and "adding the jdbc driver + the oj extension" is n

Re: [JPP-Devel] Ocient DB support

2021-05-24 Thread edgar . soldin
thanks for the answer Mike, seeing that we currently have no up to date documentation on how to develop extensions and lacking a proper user usable plugin manager, i'd rather have it in CORE for now. alternatively we might ask them, as it is very small to simply add it to their jdbc jar? let's

[JPP-Devel] [openjump-gis/openjump] 05af6f: Reword/improve javadoc

2021-05-24 Thread Michaël Michaud via Jump-pilot-devel
Branch: refs/heads/main Home: https://github.com/openjump-gis/openjump Commit: 05af6fb958b19aca7caacc1e6d833d638f0ab322 https://github.com/openjump-gis/openjump/commit/05af6fb958b19aca7caacc1e6d833d638f0ab322 Author: Michaël Michaud Date: 2021-05-24 (Mon, 24 May 2021) Chang

Re: [JPP-Devel] [openjump-gis/openjump] 292d96: Add a fast vectorization algorithm to Raster Vecto...

2021-05-24 Thread Giuseppe Aruta
Hi Michael, your algorithm seems quite faster even compared to AdBToolbox one. Which type of class is *Face?* Why don't you call the algorithm *Michaud'*s one instead of Mike? Peppe Il giorno gio 13 mag 2021 alle ore 19:20 Michaël Michaud via Jump-pilot-devel ha scritto: > Branch: refs/heads/

[JPP-Devel] [openjump-gis/openjump] b20760: Fix #23 about wms base url including parameters

2021-05-24 Thread Michaël Michaud via Jump-pilot-devel
Branch: refs/heads/ticket_23_wms_url_parsing Home: https://github.com/openjump-gis/openjump Commit: b20760f04a5fe9e454a68d7024b65520cb314997 https://github.com/openjump-gis/openjump/commit/b20760f04a5fe9e454a68d7024b65520cb314997 Author: Michaël Michaud Date: 2021-05-24 (Mon,

[JPP-Devel] [openjump-gis/openjump] b20760: Fix #23 about wms base url including parameters

2021-05-24 Thread Michaël Michaud via Jump-pilot-devel
Branch: refs/heads/main Home: https://github.com/openjump-gis/openjump Commit: b20760f04a5fe9e454a68d7024b65520cb314997 https://github.com/openjump-gis/openjump/commit/b20760f04a5fe9e454a68d7024b65520cb314997 Author: Michaël Michaud Date: 2021-05-24 (Mon, 24 May 2021) Chang

Re: [JPP-Devel] Regression in WMS with OJ 2

2021-05-24 Thread Michaud Michael
Hi Jukka,Please, can you check if next snapshot solve the problem.By the way, I only added "map" as a possible parameter to be included in the base URL. Do you know others ?We can also consider all parameters included in the connection dialog be part of the base URL,but I'm not sure if is better

[JPP-Devel] [openjump-gis/openjump] ec86df: Don't die on reading srsinfo from invalid GeoTIFFs

2021-05-24 Thread edeso via Jump-pilot-devel
Branch: refs/heads/main Home: https://github.com/openjump-gis/openjump Commit: ec86df4519300df662a3425be4876009b5cf2da9 https://github.com/openjump-gis/openjump/commit/ec86df4519300df662a3425be4876009b5cf2da9 Author: ede Date: 2021-05-24 (Mon, 24 May 2021) Changed paths:

Re: [JPP-Devel] OpenJUMP 0.5 pixel shift and solution

2021-05-24 Thread edgar . soldin
hey Pepe, On 24.05.2021 15:04, Giuseppe Aruta wrote: SNIP > First of all, I discovered that jai_codec-1.1.3.jar and jai_core-1.1.3.jar > files are missing in both  Core and Plus version OpenJUMP-20210523-r4895 > distros. I had to move  a copy of this two files  from a previous version of > OJ 

Re: [JPP-Devel] [openjump-gis/openjump] 292d96: Add a fast vectorization algorithm to Raster Vecto...

2021-05-24 Thread Michaud Michael
Peppe,Face is an inner class for the structure containing contiguous cells having the same pixel values and limits with cells of different value. Final polygons are computed from these Faces.I wrote Mike as a temporary name as I think we need only one algorithm with no name. What do you think ? I