|
The CSVDataStore has been forked into the GeoServer importer codebase - and has gained some interesting new abilities in the process.
New connection parameters allow the selection of a strategy object for different approaches to handling geometry encoding (lat/lon columns, wkt geometry, ...).
1. Rescue the existing read-write implementation into the docs project (so the tutorial still works). 2. Backport the implementation from geoserver importer (asking on geoserver-devel so we can change the license) 3. Updating the strategy implementation for read/write. 4. Adding a page to the tutorial for the strategy object.
|