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
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
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
==
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
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
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
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
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