It may have been 11.4 before it was fixed.
On Thu, Mar 5, 2015 at 8:01 PM, Jody Garnett wrote:
> I am not sure what to make of that, since v12 and v13 are later than 11.3
> :(
>
> Perhaps try "mvn dependency:tree" and check that you are getting a copy of
> hsql?
>
> --
> Jody Garnett
>
> On 4 M
I am not sure what to make of that, since v12 and v13 are later than 11.3 :(
Perhaps try "mvn dependency:tree" and check that you are getting a copy of
hsql?
--
Jody Garnett
On 4 March 2015 at 15:41, Frank van der Hulst
wrote:
> This problem is still present in v12 and v13 of GeoTools, but was
This problem is still present in v12 and v13 of GeoTools, but was fixed
IIRC in Geotools 11.3
Frank
On Thu, Mar 5, 2015 at 11:31 AM, Jody Garnett
wrote:
> Okay, please be aware that GeoTools 11.x has reached "end of life", if you
> are starting a new projects I recommend choosing a stable rele
Okay, please be aware that GeoTools 11.x has reached "end of life", if you
are starting a new projects I recommend choosing a stable release.
--
Jody Garnett
On 4 March 2015 at 01:28, mehdi akhdar wrote:
> Hi,
> i solved the problem without knowing the cause of the probleme.
> i started by down
Hi,i solved the problem without knowing the cause of the probleme.i started by
downloading all the geotools in my project (11.2 version) and removing some of
the jars as explained in the tutorial.i am sur i had the "gt-epsh-hsql.jar" in
te project buildPath too.
in a second time i used maven com
I have not had any trouble on this one, did you set up via eclipse or via
download? What version of geotools are you using etc...
The module we are looking for is gt-epsh-hsql which uses the hsql database
to "unpack" a copy of the EPSG database into a tmp directory.
--
Jody Garnett
On 3 March 20
Hi,i am practicing the geotools Feature tutorial in the section of creating a
FeatureType.i'm having a java error in this line:final SimpleFeatureType TYPE =
DataUtilities.createType("Location",
"the_geom:Point:srid=4326," + // <- the geometry attribute:
Point type