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 (
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
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:
--
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/
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
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/
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
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
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