Hi list,
I currently use geotools 2.4.1 and use hsqldb plugin for projection definition
storage (gt2-epsg-hsql-2.4.1.jar).
The definition are stored in this package, at:
org\geotools\referencing\factory\epsg\EPSG.sql
But this file do not contain any definition for projection epsg:3785 (or older
Hi all,
I'm interrested in the ExportWizzard project, the most recent version I found
was the one in GT 2.3.5:
http://gtsvn.refractions.net/tags/2.3.5/demo/export/
I've also found older version in some tags and/or branches, but where did this
project move after the 2.3.5 version? Is there a mo
Hi list.
I've found an issue in PostgisDataStore.java.
The code here:
sql.append(" ADD CONSTRAINT enforce_geotype_");
sql.append(columnName);
sql.append(" CHECK (geometrytype(");
sql.append(sqlb.encodeColumnName(columnName));