Revision: 4710
http://sourceforge.net/p/jump-pilot/code/4710
Author: elnico
Date: 2015-12-27 22:50:05 + (Sun, 27 Dec 2015)
Log Message:
---
Added CastAutomagic wrap when GeoPackage layout + Spatialite extension are
detected: otherwise, geometric column is not recognize
Revision: 4709
http://sourceforge.net/p/jump-pilot/code/4709
Author: edso
Date: 2015-12-27 20:33:26 + (Sun, 27 Dec 2015)
Log Message:
---
prepare next release
Modified Paths:
--
core/trunk/ChangeLog
core/trunk/Changes.txt
Modified: core/trunk/Change
Peppe, Jukka,
Your translation files have been committed and the new version of the
extension with your translations added to
https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ViewManager%20PlugIn/
as version 0.3.1
Michaël
Le 22/12/2015 17:20, Rahkonen Jukka (
Revision: 4708
http://sourceforge.net/p/jump-pilot/code/4708
Author: edso
Date: 2015-12-27 20:02:37 + (Sun, 27 Dec 2015)
Log Message:
---
keep scrollbar positions intact after panel update
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/workben
Revision: 4707
http://sourceforge.net/p/jump-pilot/code/4707
Author: edso
Date: 2015-12-27 20:01:47 + (Sun, 27 Dec 2015)
Log Message:
---
add a new h2gis icon
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/datastore/Connec
just because it is not mentioned does not mean that nobody has a copyright on
it. at least we can reasonably be sure that they might not sue (in contrast to
oracle eg. ;)
anyway.. i see http://www.h2gis.org/ sports a different logo.. let me create
one according to that one.
..ede
On 27.12.201
Hi Ede,
H2 project has a dual license : MPL 2.0 and EPL 1.0
as stated in http://www.h2database.com/html/license.html
There is no specific license for the icon.
Michaël
Le 27/12/2015 18:59, edgar.sol...@web.de a écrit :
> Mike,
>
> did you check the license for that?
>
> ..ede
>
> ---
Hi Nicolas,
For date parsing, you can also have a look at
com.vividsolutions.jump.util.FlexibleDateParser
which is used at several places in OpenJUMP code.
Michaël
Le 27/12/2015 19:00, Nicolas Ribot a écrit :
Hi Mickael,
Ok, I will have a look at JTS.
Joda seems to be able perform a smart pa
fixed in r4706 ..ede
On 27.12.2015 19:28, Nicolas Ribot wrote:
> Hi Michael,
>
> I got a NPE (at
> com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:343))
> now macro are disabled, when I try to access a spatial datastore.
> No error if plugins are unco
Revision: 4706
http://sourceforge.net/p/jump-pilot/code/4706
Author: edso
Date: 2015-12-27 18:56:24 + (Sun, 27 Dec 2015)
Log Message:
---
fix NPE when wip macro plugins are disabled
java.lang.NullPointerException
at
com.vividsolutions.jump.util.Blackboard.getBo
Revision: 4705
http://sourceforge.net/p/jump-pilot/code/4705
Author: edso
Date: 2015-12-27 18:50:54 + (Sun, 27 Dec 2015)
Log Message:
---
replaced more occurences of renamed postgisdatastoredriver string instances
with class.getName() references
Modified Paths:
---
Revision: 4704
http://sourceforge.net/p/jump-pilot/code/4704
Author: edso
Date: 2015-12-27 18:32:34 + (Sun, 27 Dec 2015)
Log Message:
---
move plugin initialization into the error handling. just in case.
Modified Paths:
--
core/trunk/src/de/latlon/deejum
Revision: 4703
http://sourceforge.net/p/jump-pilot/code/4703
Author: edso
Date: 2015-12-27 18:30:41 + (Sun, 27 Dec 2015)
Log Message:
---
make sure extensions are loaded with the pluginmanager's classloader, wfs acted
up after dependencies wer being moved into lib/plus/
Hi Michael,
I got a NPE (at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:343))
now macro are disabled, when I try to access a spatial datastore.
No error if plugins are uncommented.
Nicolas
On 27 December 2015 at 17:04, wrote:
> Revision: 4697
>
Revision: 4702
http://sourceforge.net/p/jump-pilot/code/4702
Author: edso
Date: 2015-12-27 18:21:20 + (Sun, 27 Dec 2015)
Log Message:
---
fix wrong i18n prefix
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/datastore/spatialdatabases/Abstract
On 27.12.2015 19:01, Nicolas Ribot wrote:
>>
>>
>> i suggest that either
>>
>> 1. larry moves his extension into CORE, depending what his plans are with
>> it, so more people can work on it
>>
>> 2. you work your generalized routines into a jdbc/WKBUtil class or
>> similar, so Larry can reuse them
Mike,
i have an unneeded invalid
import visad.data.netcdf.in.Merger;
now.
.. ede
On 27.12.2015 17:02, jump-pilot-...@lists.sourceforge.net wrote:
> Revision: 4696
> http://sourceforge.net/p/jump-pilot/code/4696
> Author: michaudm
> Date: 2015-12-27 16:02:32 + (Sun, 27 Dec 2
Hi Mickael,
Ok, I will have a look at JTS.
Joda seems to be able perform a smart parsing of textual dates, trying a
list of patterns (ISO, etc.)
Nicolas
On 27 December 2015 at 18:56, Michaël Michaud
wrote:
> Hi Nicolas,
>
> JTS WKBReader should be able to read 3D geometries.
>
> Why do you ne
Mike,
did you check the license for that?
..ede
--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pi
On 27.12.2015 18:42, Nicolas Ribot wrote:
> I used some DB Query methods to convert blobs into geometry objects. Now
> DBQuery is integrated to OJ Plus, could it be possible to expose needed
> methods from DBQuery and use them directly in SpatialDatabases code ?
> Currently, code is duplicated, whi
Hi Nicolas,
JTS WKBReader should be able to read 3D geometries.
Why do you need Joda to parse dates ? Isn't SimpleDateParser good enough
to do the job ?
Michaël
Le 27/12/2015 18:42, Nicolas Ribot a écrit :
Hi,
I commited support for SQLite GeoPackage specifications.
2D objects stored in gp
Hi,
I commited support for SQLite GeoPackage specifications.
2D objects stored in gpkg formats are available as Datasources. (3D objects
are not yet supported by JTS WKBReader, AFAIU)
Date and Datetime SQLite database types are forced to String types in OJ
(same behaviour as DB Query)
After some
Revision: 4701
http://sourceforge.net/p/jump-pilot/code/4701
Author: elnico
Date: 2015-12-27 17:32:15 + (Sun, 27 Dec 2015)
Log Message:
---
GeoPackage layout for spatial metadata support added:
blob gpkg read with code from DBQuery plugin
Date and datetime columns mapped
Revision: 4700
http://sourceforge.net/p/jump-pilot/code/4700
Author: elnico
Date: 2015-12-27 17:29:08 + (Sun, 27 Dec 2015)
Log Message:
---
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/datastore/jdbc/ValueConverterFactory.java
Modified:
Revision: 4699
http://sourceforge.net/p/jump-pilot/code/4699
Author: elnico
Date: 2015-12-27 16:39:43 + (Sun, 27 Dec 2015)
Log Message:
---
log commented out
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/datastore/oracle/OracleSQLBuilder.jav
Revision: 4698
http://sourceforge.net/p/jump-pilot/code/4698
Author: michaudm
Date: 2015-12-27 16:06:03 + (Sun, 27 Dec 2015)
Log Message:
---
Add es, it and fi language files for ViewManager
Added Paths:
---
plug-ins/ViewManagerPlugin/trunk/resources/view_m
Revision: 4697
http://sourceforge.net/p/jump-pilot/code/4697
Author: michaudm
Date: 2015-12-27 16:04:33 + (Sun, 27 Dec 2015)
Log Message:
---
Deactivate start/stop/run macro (not ready for production use)
Modified Paths:
--
core/trunk/scripts/default-plu
Revision: 4696
http://sourceforge.net/p/jump-pilot/code/4696
Author: michaudm
Date: 2015-12-27 16:02:32 + (Sun, 27 Dec 2015)
Log Message:
---
Improvements to MakeValidOp (work in progress)
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/geom/Ma
Revision: 4695
http://sourceforge.net/p/jump-pilot/code/4695
Author: edso
Date: 2015-12-27 14:20:56 + (Sun, 27 Dec 2015)
Log Message:
---
try to make icon selection more robust against refactoring by using classes
where possible
Modified Paths:
--
core
Hi Ede,
I think that PostGIS driver for datastore framework only needs
postgresql-jdbc-driver (+jts)
but dbquery from Larry needs postgresql-jdbc-driver + postgis.
Not sure of that though.
It would make sense to move potgresql-jdbc-driver to PLUS, as other
drivers, but it will probably break some
Revision: 4694
http://sourceforge.net/p/jump-pilot/code/4694
Author: elnico
Date: 2015-12-27 13:59:09 + (Sun, 27 Dec 2015)
Log Message:
---
Handled geometry type for spatial tables in SQL query, according to
geometry_type column values (int to code geometry type)
Modif
Revision: 4693
http://sourceforge.net/p/jump-pilot/code/4693
Author: edso
Date: 2015-12-27 13:44:16 + (Sun, 27 Dec 2015)
Log Message:
---
reflect move of imageio-ext.plus, wfs.plus lib folders into lib/plus/ in build
file
Modified Paths:
--
core/trunk/e
Revision: 4692
http://sourceforge.net/p/jump-pilot/code/4692
Author: edso
Date: 2015-12-27 13:33:20 + (Sun, 27 Dec 2015)
Log Message:
---
Added Paths:
---
core/trunk/lib/plus/imageio-ext/
Removed Paths:
-
core/trunk/lib/plus/imageio-ext.plu
Revision: 4691
http://sourceforge.net/p/jump-pilot/code/4691
Author: edso
Date: 2015-12-27 13:32:56 + (Sun, 27 Dec 2015)
Log Message:
---
move imageio-ext.plus lib folders into lib/plus/
Added Paths:
---
core/trunk/lib/plus/imageio-ext.plus/
Removed Paths:
Revision: 4689
http://sourceforge.net/p/jump-pilot/code/4689
Author: edso
Date: 2015-12-27 13:31:55 + (Sun, 27 Dec 2015)
Log Message:
---
move wfs.plus lib folders into lib/plus/
Added Paths:
---
core/trunk/lib/plus/wfs.plus/
Removed Paths:
-
Revision: 4690
http://sourceforge.net/p/jump-pilot/code/4690
Author: edso
Date: 2015-12-27 13:32:27 + (Sun, 27 Dec 2015)
Log Message:
---
move wfs.plus lib folders into lib/plus/
Added Paths:
---
core/trunk/lib/plus/wfs/
Removed Paths:
-
cor
Revision: 4688
http://sourceforge.net/p/jump-pilot/code/4688
Author: elnico
Date: 2015-12-27 13:22:09 + (Sun, 27 Dec 2015)
Log Message:
---
Changed Postgis datastore driver class name in connection icon chooser to match
renamed class
Modified Paths:
--
Hi, I commited some corrections for MySQL/MariaDB:
• OGC geometry_columns table is now used if available (OGR, for instance,
creates OGC metadata tables when loading into MySQL)
• ResultSetConverter was changed to cope with MySQL binary format, that
stores SRID information in the first 4 bytes of
Revision: 4687
http://sourceforge.net/p/jump-pilot/code/4687
Author: elnico
Date: 2015-12-27 13:00:10 + (Sun, 27 Dec 2015)
Log Message:
---
MariaDB/MySQL:
- Added support for OGC spatial metadata layout (geometry_columns table
listing geometric tables)
- Kept native
Revision: 4686
http://sourceforge.net/p/jump-pilot/code/4686
Author: edso
Date: 2015-12-27 12:54:25 + (Sun, 27 Dec 2015)
Log Message:
---
fix extensions about not shown initially
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/workbench/ui/Ext
Revision: 4685
http://sourceforge.net/p/jump-pilot/code/4685
Author: edso
Date: 2015-12-27 12:48:06 + (Sun, 27 Dec 2015)
Log Message:
---
update jumpdbquery plugin to 1.1.1
Added Paths:
---
core/trunk/lib/plus/jumpdbquery-1.1.1/CONTRIBUTORS.txt
core/trun
Revision: 4684
http://sourceforge.net/p/jump-pilot/code/4684
Author: edso
Date: 2015-12-27 12:47:04 + (Sun, 27 Dec 2015)
Log Message:
---
update jumpdbquery plugin to 1.1.1
Modified Paths:
--
core/trunk/lib/plus/jumpdbquery.jar
Added Paths:
---
Revision: 4683
http://sourceforge.net/p/jump-pilot/code/4683
Author: edso
Date: 2015-12-27 12:45:10 + (Sun, 27 Dec 2015)
Log Message:
---
update jumpdbquery plugin to 1.1.1
Removed Paths:
-
core/trunk/lib/plus/jumpdbquery-1.1.0/
---
43 matches
Mail list logo