[Geotools-devel] GeoTools Build Report [ 2006/04/28 23:55 ]

2006-04-29 Thread Paul Ramsey
GeoTools2 module build report 20060428 gt2:referencing cleaned, compiled, tested, INSTALLED 2357 gt2:sample-data cleaned, compiled, tested, INSTALLED 2357 gt2:coverage cleaned, compiled, tested, INSTALLED 2358 gt2:api cleaned, compiled, tested, INSTALLED 2358 gt2:main cleaned,

Re: [Geotools-devel] Geometry Function Filters

2006-04-29 Thread Justin Deoliveira
I came across this issue when doing udig / geoserver testing. Another possiblity could be to extend the datastore api to incoporate the notion of "supported" functions, similar to how wfs does in a capabilities document. This way the renderer could be a little smarter about creating function fi

[Geotools-devel] [jira] Created: (GEOT-844) RenderedLayerFactory.createRecoloredGrid fails for some ColorMaps

2006-04-29 Thread Anton V Tykhyy (JIRA)
RenderedLayerFactory.createRecoloredGrid fails for some ColorMaps - Key: GEOT-844 URL: http://jira.codehaus.org/browse/GEOT-844 Project: GeoTools Type: Bug Components: renderer Versions: 2.2-RC2

Re: [Geotools-devel] AutoIncrementFIDMapper question

2006-04-29 Thread Jody Garnett
Michael Brasser wrote: Hi, I am coming from the uDig mailing list. I was having problems in uDig saving information to a PostGIS database, and after debugging the problem for a while got to AutoIncrementFIDMapper in the Geotools package. In JDBCTextFeatureWriter, the function doInsert contain

Re: [Geotools-devel] AutoIncrementFIDMapper question

2006-04-29 Thread Michael Brasser
On Apr 29, 2006, at 9:06 PM, Jody Garnett wrote:Michael Brasser wrote: Hi,I am coming from the uDig mailing list. I was having problems in uDig saving information to a PostGIS database, and after debugging the problem for a while got to AutoIncrementFIDMapper in the Geotools package. In JDBCTextFea

Re: [Geotools-devel] AutoIncrementFIDMapper question

2006-04-29 Thread Jody Garnett
Michael Brasser wrote: // should the ID be generated during an insert, we need to read it back // and set it into the feature So I was assuming that the purpose of createID was to retrieve the ID that was just generated? We need to tag in a module maintainer on a JDBC datastore (like justin),

Re: [Geotools-devel] AutoIncrementFIDMapper question

2006-04-29 Thread Michael Brasser
On Apr 29, 2006, at 11:30 PM, Jody Garnett wrote: Michael Brasser wrote: // should the ID be generated during an insert, we need to read it back // and set it into the feature So I was assuming that the purpose of createID was to retrieve the ID that was just generated? We need to tag in a