Re: [Geoserver-devel] Alternate shapefile data store ignored

2008-07-08 Thread Andrea Aime
John Preston ha scritto: >> When you create a datastore with GeoServer a property map is built >> with the parameters, and then a finder scans the SPI for all the datastores, >> and asks each if it can handle the provided parameters. > This is the call to the canProcess(map) method which should ret

Re: [Geoserver-devel] Alternate shapefile data store ignored

2008-07-06 Thread Andrea Aime
John Preston ha scritto: > Any help would be appreciated. I have juat created a Shapefile data > store plugin which access the four > shape file components (.shp,.shx,.dbf,.prj) which are stored in a > repository via a single file url. I used > the ShapefileDataStore and ShapefileDataStoreFactory a

[Geoserver-devel] Alternate shapefile data store ignored

2008-07-06 Thread John Preston
Any help would be appreciated. I have juat created a Shapefile data store plugin which access the four shape file components (.shp,.shx,.dbf,.prj) which are stored in a repository via a single file url. I used the ShapefileDataStore and ShapefileDataStoreFactory as templates, and it seems to work.