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

2019-02-20 Thread Nicolas Ribot
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 > > Yes, it is b

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

2019-02-20 Thread edgar . soldin
Jukka, On 19.02.2019 21:08, Rahkonen Jukka (MML) wrote: > and parsing fields with the date/datetime data is very fast (thanks Ede) does that mean DB Query Extension can stay as it is? ..ede ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sour

[JPP-Devel] SVN: [6131] core/trunk/ChangeLog

2019-02-20 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6131 http://sourceforge.net/p/jump-pilot/code/6131 Author: edso Date: 2019-02-20 10:09:06 + (Wed, 20 Feb 2019) Log Message: --- reformat amend latest commits Modified Paths: -- core/trunk/ChangeLog Modified: core/trunk/ChangeLog ==

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

2019-02-20 Thread Rahkonen Jukka (MML)
Hi Ede, DB Query does have some problems with dates and it would be nice to get them fixed. The plugin can't parse at all data with date fields from Oracle, Geopackage, and Spatialite databases. Only thing that used can do is to write SQL select so that date fields are not selected. Dates are

[JPP-Devel] SVN: [6132] core/trunk/lib/plus/OpenKLEMOJ-20190122.jar

2019-02-20 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6132 http://sourceforge.net/p/jump-pilot/code/6132 Author: edso Date: 2019-02-20 14:38:45 + (Wed, 20 Feb 2019) Log Message: --- remove double OpenKLEM jar Removed Paths: - core/trunk/lib/plus/OpenKLEMOJ-20190122.jar Deleted: core/trunk/lib/plu

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

2019-02-20 Thread Paul J. Morris
On Wed, 20 Feb 2019 10:20:14 +0100 Nicolas Ribot wrote: > 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

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

2019-02-20 Thread edgar . soldin
hmmm GeometryColumn gc = dsm.getGeometryColumn(query.getDatasetName(), query.getGeometryAttributeName()); if (gc.isIndexed()) { gc is return as Null here. dunno why, but Nico should know :).. ede On 19.02.2019 21:08, Rahkonen Jukka (MML) wrote: > Hi, > > In r6130 the building of layer

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

2019-02-20 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6133 http://sourceforge.net/p/jump-pilot/code/6133 Author: michaudm Date: 2019-02-21 07:21:47 + (Thu, 21 Feb 2019) Log Message: --- Add an option to connect to a WMS with unchecked certificate authority Modified Paths: -- core/trunk/ChangeLog