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
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
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.
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
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