Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2014-04-01 | 820 Bytes | |
geogit-cli-app-0.7.1.zip | 2014-04-01 | 50.0 MB | |
Totals: 2 Items | 50.0 MB | 0 |
Geogit 0.7.1 CHANGELOG ====================== This is a pure bugfix release that fixes the following regressions with the `geogit shp` command: - `shp import` misses some features. The switch to GeoTools 10.5 implied the use of the new shapefile datastore which is based on ContentDataStore and supports paging out of the box through the org.geotools.data.sort.SortedFeatureReader, but it is forcing to dump all the shapefile features to a file before starting the import and it has a bug where some features may be missing even if Query.offset == 0. - `shp export` does not export geometries. The switch to GeoTools 10.5 also made it so that exporting a feature type with a geometry attribute named other than "the_geom" (the default used by the geotools for a shapefile) resulted in an empty .shp file.