[JPP-Devel] Reading list of spatial tables from GeoPackage broken since October 2018

2019-02-19 Thread Rahkonen Jukka (MML)
Hi, It seems that after this change OpenJUMP can't get the list of spatial tables from GeoPackage datastore. 2018-10-12 Nicolas Ribot * New mechanism for SpatialDatabasesDSMetadata to get information about spatial tables: done in one query, to reduce the number of queries sent to the backend (

Re: [JPP-Devel] Reading list of spatial tables from GeoPackage broken since October 2018

2019-02-19 Thread Nicolas Ribot
Hi, I will have a look at it as soon as possible. Nicolas On Tue, 19 Feb 2019 at 13:58, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > > > It seems that after this change OpenJUMP can’t get the list of spatial > tables from GeoPackage datastore. > > > > 2018-10-12

[JPP-Devel] SVN: [6128] core/trunk/src/com/vividsolutions/jump/util

2019-02-19 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6128 http://sourceforge.net/p/jump-pilot/code/6128 Author: edso Date: 2019-02-19 15:01:52 + (Tue, 19 Feb 2019) Log Message: --- parse dates containing ISO 8601 time zone "-08; -0800; -08:00" eg. "2019/02/17 22:44:35.325+02" Modified Paths: --

[JPP-Devel] SVN: [6129] core/trunk/src/com/vividsolutions/jump/datastore

2019-02-19 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6129 http://sourceforge.net/p/jump-pilot/code/6129 Author: edso Date: 2019-02-19 15:21:53 + (Tue, 19 Feb 2019) Log Message: --- speedup loading datasets w/ date/time columns utilizing flex feature lazy conversion Modified Paths: -- core/trunk/

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

2019-02-19 Thread edgar . soldin
Jukka, i locally reverted Nico's last change to have the datastore tables listed and work on the date/time slowness. OJ r6129 should fix the slow date issue with the datastore functionality in OJ CORE. when Nico fixes the table listing issue you should be able to double check it. DB Query exten

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

2019-02-19 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6130 http://sourceforge.net/p/jump-pilot/code/6130 Author: elnico Date: 2019-02-19 18:15:21 + (Tue, 19 Feb 2019) Log Message: --- corrected typo preventing spatial tables to be listed Modified Paths: -- core/trunk/ChangeLog core/trunk/src/

[JPP-Devel] Metric distances for lat long coordinates

2019-02-19 Thread Nicolas Ribot
Hi, I was thinking about adding an option when measuring distance, to compute distance in meters (or km) if map units are latitude/longitude. For instance, here: a distance measure along a 1 degree segment: [image: Screenshot 2019-02-19 at 19.45.41.png] Option in Measurement would allow to acti

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

2019-02-19 Thread Rahkonen Jukka (MML)
Hi, In r6130 the building of layer list from Geopackage datastore works (thanks Nicolas) and parsing fields with the date/datetime data is very fast (thanks Ede). There seems to be still something wrong with adding Geopackage tables into map through the layer list. Error gives a hint that buil

Re: [JPP-Devel] Metric distances for lat long coordinates

2019-02-19 Thread Stefan Steiniger
Hi, Sounds useful to me. But i am not sure its so easy given that the length of a degree is changing, but there may be some formulas out there (even web pages) that calculate great circle distances ... mhm... i think somewhere i even used such, once. Cheers, Stefan On Tue, Feb 19, 2019, 15:49 Ni