[Geotools-devel] hsql plugin: support for Google maps projection (epsg:3785) in EPSG.sql

2009-01-16 Thread web
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

[Geotools-devel] Geotools "ExportWizzard" project

2009-05-25 Thread web
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

[Geotools-devel] Postgis plugin Geometry mapping issue detected

2009-06-25 Thread web
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));