Download Latest Version GeoGit 0.10 (33.7 MB)
Email in envelope

Get an email when there's a new version of GeoGit

Home / geogit-0.7.1
Name Modified Size InfoDownloads / 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.

Source: README.txt, updated 2014-04-01