[Geotools-devel] [jira] Created: (GEOT-2267) Geometry attributes fail to be recognized if the postgis metadata tables cannot be accessed

2009-01-08 Thread Andrea Aime (JIRA)
Geometry attributes fail to be recognized if the postgis metadata tables cannot be accessed --- Key: GEOT-2267 URL: http://jira.codehaus.org/browse/GEOT-2267 Proj

Re: [Geotools-devel] Rewriting the directory data store

2009-01-08 Thread Andrea Aime
Jody Garnett ha scritto: ... > The directory datastore was only intended to reduce the configuration > pain for GeoServer. You may find > it easier / more effective to produce a "crawler" that can go through a > directory and add any found entries > to the geoserver catalog. Hum, I actually beli

Re: [Geotools-devel] Rewriting the directory data store

2009-01-08 Thread Andrea Aime
Gabriel Roldan ha scritto: > Chiming in with an extra concern and a suggestion, on different topics though: > - concern: > what about two files in the same directory, different format, same feature > type > name: roads.shp and roads.properties. Namespace seems like not enough to > handle that.

[Geotools-devel] Directory data store, last check before coding

2009-01-08 Thread Andrea Aime
Hi, as a last check before I start coding the datastore I've dumped some design decisions and a rough outline of how the datastore would work. If anybody is interested in reviewing it, it would be much appreciated. General design - The basic idea is si

[Geotools-devel] Question about WeakCollectionCleaner

2009-01-08 Thread Andrea Aime
Hi, for the directory data store I would like to keep soft references towards data stores to avoid filling too much the heap in case the directory has many files (thousands). The catch is, I need to call dispose() on the datastore when the reference gets collected away. It seems GeoTools already h