Getting DataStore Problem with Geotools

المشرف العام

Administrator
طاقم الإدارة
I recently found an issue with Geotools and getting the datastore for a shapefile.

If I try:

FileDataStore dataStore = FileDataStoreFinder.getDataStore(file);-or-

Map connect = new HashMap();connect.put("url", file.toURL());DataStore dataStore = DataStoreFinder.getDataStore(connect);getDataStore() always returns null. But using:

ShapefileDataStore dataStore = new ShapefileDataStore(file.toURI().toURL());then the dataStore is set to the shapefile. Anyone have any ideas why this is? Is this a bug with Geootools 8.2? I'm running Geotools on Tomcat 7, perhaps there is some issue with Tomcat and the DataStore and FileDataStore classes?

Thanks!



أكثر...
 
أعلى