"
To: "Juan Felipe Arjona"
Cc: "Jody Garnett" ; "geotools net"
Sent: 04/23/15 01:10:00
Subject: Re: [Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux
problem.
On Thu, Apr 23, 2015 at 5:50 AM, Juan Felipe Arjona
wrote:
Yes me too. Only difference
On Thu, Apr 23, 2015 at 5:50 AM, Juan Felipe Arjona
wrote:
> Yes me too. Only difference i know is the case sensitivity
>
Are you sure you have the exact same jars in the classpath? Looks like an
issue of mixing jars coming from
different geotools versions to me
Cheers
Andrea
--
==
GeoS
Yes me too. Only difference i know is the case sensitivity
Juan
> On Apr 22, 2015, at 21:46, Jody Garnett wrote:
>
> Thanks for joining us on the user list Juan. I expect we will need to report
> this to the issue tracker.
>
> Quickly looking at the source code of that class we can see o
Thanks for joining us on the user list Juan. I expect we will need to
report this to the issue tracker.
Quickly looking at the source code of that class we can see one reference
to LINEARIZATION_TOLERANCE:
Double linearizationTolerance = (Double)
hints.get(Hints.LINEARIZATION_TOLERANCE);
Hello:
I am running geotools 13.0.
I have an application that creates Point shapes. My application then
writes these features in a shapefile and then into MySQL.
When I run the code under Windows, everything works perfect: the data is
properly stored in MySQL and I can use it without any tro