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

2017-07-31 Thread edgar . soldin
On 31.07.2017 08:19, Michaël Michaud wrote: > Hi Ede, > > I can confirm what you say. > > On a file with 1M simple shapes + 6 string attributes + 1 date attribute > > shp : 23s (same time with or without attributes, 19s if the file set has no > shx) wonder how shp reader deals with dates, it c

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 Aihe: Re: [JPP-De

[JPP-Devel] SVN: [5483] core/trunk/src/org/openjump/core/ui/plugin/file/open

2017-07-31 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5483 http://sourceforge.net/p/jump-pilot/code/5483 Author: edso Date: 2017-07-31 10:48:49 + (Mon, 31 Jul 2017) Log Message: --- fixing minor issues in OpenFileWizard - too many events were fired because SelectFilesPanel was initialized on every open - Finish b

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

2017-07-31 Thread Michaël Michaud
Hi Quite strange : If I set a string attribute to "2017-07-31" on a single object and then convert the attribute to a date, everything works fine. When I import a big json with 1 million features containing a string attribute with value "2017-07-31" and then convert this attribute to a date,