Re: [Geotools-devel] Confirmation GEOT-5072: curves in line-geometry not yet supported

2015-04-30 Thread Ron Lindhoudt
Maybe it works for the test coordinate system (srid=32632) but not for my coordinate system (srid=90112). Could you test it with the following:         String sql = CREATE TABLE CURVES (                + id INT, name VARCHAR(64), geometry MDSYS.SDO_GEOMETRY, PRIMARY KEY(id));        run(sql);    

[Geotools-devel] Backport support for parsing cql in SLD ColorMapEntry attributes

2015-04-30 Thread Mauro Bartolomeoli
Hi, I would like to backport cql support for ColorMapEntry attributes (color, quantity, etc.) on 13.x and 12.x. This is the related jira: https://osgeo-org.atlassian.net/browse/GEOT-5052, http://jira.codehaus.org/browse/GEOT-5052 Any objection? Thanks Mauro -- == GeoServer Professional

[Geotools-devel] Oracle Failure on table names with underscores.

2015-04-30 Thread Torben Barsballe
I have discovered a bug in the gt-oracle plugin while testing the geoserver importer extension against Oracle: https://osgeo-org.atlassian.net/browse/GEOT-5098 It seems like this may have been caused by a previous gt-oracle bugfix: https://osgeo-org.atlassian.net/browse/GEOT-4912 I am not