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
=
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
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...
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
--
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
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
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
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
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
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
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
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
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
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
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
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-
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:
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
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
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:
>>
>>
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/
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
22 matches
Mail list logo