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

2015-12-29 Thread jump-pilot-svn
Revision: 4726 http://sourceforge.net/p/jump-pilot/code/4726 Author: edso Date: 2015-12-29 21:49:39 + (Tue, 29 Dec 2015) Log Message: --- update Modified Paths: -- core/trunk/ChangeLog Modified: core/trunk/ChangeLog =

Re: [JPP-Devel] Check if a Geometry collection (or a Feature Schema) is made by a single geometry type

2015-12-29 Thread edgar . soldin
On 29.12.2015 22:04, Giuseppe Aruta wrote: > Hi, > just a question: > does OJ has a mathod to check if a Geometry Collection of items is made by > a single geometry type (points, linestrings, etc) or not? > best regards and happy new year afaik when OJ loads data and is aware that there is only on

Re: [JPP-Devel] Check if a Geometry collection (or a Feature Schema) is made by a single geometry type

2015-12-29 Thread Michaël Michaud
Hi Peppe, I don't know what exactly you want to do but with Tools > Statistics > Feature statistics, you get both the geometry type and the number of components of each feature You can get a similar result and keep original attributes with Tools > Edit attributes > Add geometry attributes...

[JPP-Devel] Check if a Geometry collection (or a Feature Schema) is made by a single geometry type

2015-12-29 Thread Giuseppe Aruta
Hi, just a question: does OJ has a mathod to check if a Geometry Collection of items is made by a single geometry type (points, linestrings, etc) or not? best regards and happy new year Peppe --

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

2015-12-29 Thread jump-pilot-svn
Revision: 4725 http://sourceforge.net/p/jump-pilot/code/4725 Author: elnico Date: 2015-12-29 18:15:50 + (Tue, 29 Dec 2015) Log Message: --- Some corrections for MySQL metadata support Modified Paths: -- core/trunk/src/com/vividsolutions/jump/datastore/m

[JPP-Devel] SVN: [4724] core/trunk/src/com/vividsolutions/jump/datastore/mariadb/ MariadbValueConverterFactory.java

2015-12-29 Thread jump-pilot-svn
Revision: 4724 http://sourceforge.net/p/jump-pilot/code/4724 Author: elnico Date: 2015-12-29 16:32:13 + (Tue, 29 Dec 2015) Log Message: --- OGC WKB and MySQL geometry binary types handled for MySQL/Spatialite Modified Paths: -- core/trunk/src/com/vivids

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

2015-12-29 Thread jump-pilot-svn
Revision: 4723 http://sourceforge.net/p/jump-pilot/code/4723 Author: elnico Date: 2015-12-29 16:13:05 + (Tue, 29 Dec 2015) Log Message: --- Better date handling for ValueConverterFactory: try to read the date as String from FlexibleDateParser Added new ISO 8601-complian

Re: [JPP-Devel] ViewManager plugin

2015-12-29 Thread Giuseppe Aruta
Thanks Michael Il 27/Dic/2015 17:11, "Michaël Michaud" ha scritto: > 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/ViewManage

Re: [JPP-Devel] H2GIS missing from dbdatastore in r4720

2015-12-29 Thread Michaël Michaud
Hi, Yes, 7.5 is quite big for such an extension. Maybe I'll propose to include it in PLUS version later if I can reduce the distro (h2 engine is only 2M) and find more usage to it (I think its in-memory mode could be used to run free SQL queries against openjump datasets) Michaël Le 29/12/201

Re: [JPP-Devel] H2GIS missing from dbdatastore in r4720

2015-12-29 Thread edgar . soldin
h2gis standalone is 7.5MB.. a little big for something few will use, or not? ..ede On 29.12.2015 15:42, Rahkonen Jukka (MML) wrote: > All right, so we do not ship H2GIS stuff with OJ Plus but users must install > jars by themselves, no problem. > > -Jukka- > > -Alkuperäinen viesti- > L

Re: [JPP-Devel] H2GIS missing from dbdatastore in r4720

2015-12-29 Thread Rahkonen Jukka (MML)
All right, so we do not ship H2GIS stuff with OJ Plus but users must install jars by themselves, no problem. -Jukka- -Alkuperäinen viesti- Lähettäjä: Rahkonen Jukka (MML) [mailto:jukka.rahko...@maanmittauslaitos.fi] Lähetetty: 29. joulukuuta 2015 16:39 Vastaanottaja: OpenJump develop an

Re: [JPP-Devel] H2GIS missing from dbdatastore in r4720

2015-12-29 Thread Rahkonen Jukka (MML)
It says: H2GIS Datastore Extension rev.4720(29.12.2015) -> missing-dependency-jars h2-.jar -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 29. joulukuuta 2015 16:35 Vastaanottaja: OpenJump develop and use Aihe: Re: [JPP-Devel] H2GIS m

Re: [JPP-Devel] H2GIS missing from dbdatastore in r4720

2015-12-29 Thread edgar . soldin
On 29.12.2015 14:58, Rahkonen Jukka (MML) wrote: > Hi, > > I suppose that H2GIS should be included in both embedded/file db and > server/client variants by default but now they seem to be missing. what does it say under Help->About->Extensions in the line of the H2GIS extension? > There is pro

Re: [JPP-Devel] Two issues with GetFeatureInfo in r4720

2015-12-29 Thread Michaël Michaud
Hi, For WMS 1.3.0, I added the enum class AxisOrder which is initialized with latlonaxisorder.csv which contains only crs in lat/lon order. It has a method getAxisOrder(String) taking argument like "EPSG:4326" (usage examples in BoundingBox and in ParseWMS1_3) Michaël Le 29/12/2015 14:51, Ra

[JPP-Devel] SVN: [4722] core/trunk/src/org/openjump/core/ui/plugin/datastore

2015-12-29 Thread jump-pilot-svn
Revision: 4722 http://sourceforge.net/p/jump-pilot/code/4722 Author: michaudm Date: 2015-12-29 14:08:54 + (Tue, 29 Dec 2015) Log Message: --- Make table combobox larger (FR #227) Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/datastore/po

[JPP-Devel] H2GIS missing from dbdatastore in r4720

2015-12-29 Thread Rahkonen Jukka (MML)
Hi, I suppose that H2GIS should be included in both embedded/file db and server/client variants by default but now they seem to be missing. There is probably some reason for having "MariaDB" and "MySQL", but also "MySQL (MariaDB)" drivers. -Jukka Rahkonen-

[JPP-Devel] Two issues with GetFeatureInfo in r4720

2015-12-29 Thread Rahkonen Jukka (MML)
Hi, I was testing GetFeatureInfo with OpenJUMP r4720 and found these two issues: 1) Basic authentication URL is only almost right. Username:password are taken but they are added in front of the query_string, not in front of the basic url. Here below is how OJ is building the request now:

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

2015-12-29 Thread jump-pilot-svn
Revision: 4721 http://sourceforge.net/p/jump-pilot/code/4721 Author: elnico Date: 2015-12-29 13:37:34 + (Tue, 29 Dec 2015) Log Message: --- Added mechanism to test WHERE clause for SpatialDatabases layers: error popup is displayed if a bad WHERE clause is entered. Clean

[JPP-Devel] SVN: [4720] core/trunk/src

2015-12-29 Thread jump-pilot-svn
Revision: 4720 http://sourceforge.net/p/jump-pilot/code/4720 Author: michaudm Date: 2015-12-29 11:19:56 + (Tue, 29 Dec 2015) Log Message: --- Small fixes in original postgis writer Modified Paths: -- core/trunk/src/com/vividsolutions/jump/feature/Feature

Re: [JPP-Devel] final touches to db datastores

2015-12-29 Thread Nicolas Ribot
Thanks for the info, Larry :) I will use the DB types. Nicolas On 28 December 2015 at 17:10, Larry Reeder wrote: > > >> Larry, DBQuery assumes the MySQL binary format stores 4 "0" bytes at the >> beginning, which is the case only when a geometry is built with no SRID or >> SRID set to 0: >> >>

[JPP-Devel] SVN: [4719] core/trunk/src/com/vividsolutions/jump/datastore/postgis/ PostgisDSMetadata.java

2015-12-29 Thread jump-pilot-svn
Revision: 4719 http://sourceforge.net/p/jump-pilot/code/4719 Author: michaudm Date: 2015-12-29 09:45:24 + (Tue, 29 Dec 2015) Log Message: --- We use case sensitive geometry column name Modified Paths: -- core/trunk/src/com/vividsolutions/jump/datastore/

[JPP-Devel] SVN: [4718] core/trunk/src/com/vividsolutions/jump/datastore/jdbc/JDBCUtil. java

2015-12-29 Thread jump-pilot-svn
Revision: 4718 http://sourceforge.net/p/jump-pilot/code/4718 Author: michaudm Date: 2015-12-29 09:43:59 + (Tue, 29 Dec 2015) Log Message: --- More informative exception Modified Paths: -- core/trunk/src/com/vividsolutions/jump/datastore/jdbc/JDBCUtil.jav