[JPP-Devel] SVN: [6390] core/trunk

2020-08-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6390 http://sourceforge.net/p/jump-pilot/code/6390 Author: edso Date: 2020-08-26 16:02:28 + (Wed, 26 Aug 2020) Log Message: --- reworked FlexDateParser speedup to enable caching selectively per instance made most of FlexDateParser static to save resources use F

[JPP-Devel] SVN: [6389] core/trunk/src/com/vividsolutions/jump/io/geojson/ GeoJSONFeatureCollectionWrapper.java

2020-08-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6389 http://sourceforge.net/p/jump-pilot/code/6389 Author: edso Date: 2020-08-26 15:38:32 + (Wed, 26 Aug 2020) Log Message: --- output ERROR for a corner case Modified Paths: -- core/trunk/src/com/vividsolutions/jump/io/geojson/GeoJSONFeatureC

[JPP-Devel] java.io.EOFException when saving SHP files

2020-08-26 Thread edgar . soldin
hey Mike and All, i am still getting those. do they happen to anyone else? what i do is: 1. open attached JML file 2. save as SHP using 'Save as'/'Save as (testing)' with a new file name. 8 times out of 10 the error occurs ..ede [ERROR] 16:48:46.250 java.io.EOFException java.io.EOFException

[JPP-Devel] SVN: [6388] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2020-08-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6388 http://sourceforge.net/p/jump-pilot/code/6388 Author: edso Date: 2020-08-26 10:59:20 + (Wed, 26 Aug 2020) Log Message: --- reverted file reformatting kept changes wrt. JAI ops replacement cleaned out some commented dead code Modified Paths: --

Re: [JPP-Devel] Offset in the digitizing tools

2020-08-26 Thread Rahkonen Jukka (MML)
Hi, About the OGC API, 500 € is reasonable and I was willing to send you new URLs to work with but that is still pending. I will find you some. About the machine, this is Windows 10 Enterprise, 64-bit and probably with all latest updates. Java versions that I have testes are 64 bit Corretto 8

Re: [JPP-Devel] Offset in the digitizing tools

2020-08-26 Thread edgar . soldin
Jukka, could you give more details? OS, Version, Display Resolution? by any chance 4k? ..ede ps. did you receive my mails about the OGC API? On 8/26/2020 12:36 PM, Rahkonen Jukka (MML) wrote: > I noticed that I have this issue only with one computer but unfortunately I > use that one for work.

Re: [JPP-Devel] Offset in the digitizing tools

2020-08-26 Thread Rahkonen Jukka (MML)
I noticed that I have this issue only with one computer but unfortunately I use that one for work. Probably related is that with the same computer the digitizing tools appear unsharp and pixelated (see attached screen capture at 1 to a scale). I tried different settings for screen resolution but

Re: [JPP-Devel] SVN: [6387] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2020-08-26 Thread edgar . soldin
On 8/26/2020 12:06 PM, Giuseppe Aruta wrote: > Hi Ede > I copied/pasted from a local file in Eclipse. In other situations it didn't > replace the whole file. a good approach to prevent that is to check the commit by doubleclicking the changed file in the commit dialog. it opens a compare view, th

Re: [JPP-Devel] SVN: [6387] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2020-08-26 Thread edgar . soldin
hey Peppe, quite a chunk? seems like you refomatted the whole file (again) ;( looks like you replaced the JAI operations, which seems to be no biggie as they are rendered into RAM anyway 'img.getAsBufferedImage()'. we have other places where JAI is still used and the advantage is that a chain o

[JPP-Devel] SVN: [6387] core/trunk/src/org/openjump/core/rasterimage/ RasterImageLayer.java

2020-08-26 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6387 http://sourceforge.net/p/jump-pilot/code/6387 Author: ma15569 Date: 2020-08-26 09:34:24 + (Wed, 26 Aug 2020) Log Message: --- Workaround to solve Error: * Could not find mediaLib accelerator wrapper class This seems also to speed up the rendering of the i