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