67 | | * G7:d.fontlist: fix crashes on Windows |
68 | | * G7:r.stream.extract: fix correction for diagonal flow bias |
69 | | * G7:r.watershed: fix correction for diagonal flow bias |
70 | | * G7:v.surf.idw: fix for severe bug in distance calculations |
| 67 | * G70:d.fontlist: fix crashes on Windows |
| 68 | * G70:r.stream.extract: fix correction for diagonal flow bias |
| 69 | * G70:r.watershed: fix correction for diagonal flow bias |
| 70 | * G70:v.surf.idw: fix for severe bug in distance calculations |
74 | | * G7:g.remove: print warning when no files found |
75 | | * G7:g.proj: don't ignore epsg as parameter when printing info (-p/g) |
76 | | * G7:r.fill.dir: remove temporary files when done |
77 | | * G7:r.mapcalc: Set default workers to zero |
78 | | * G7:r.thin: Support reclassified raster maps |
| 74 | * G70:g.remove: print warning when no files found |
| 75 | * G70:g.proj: don't ignore epsg as parameter when printing info (-p/g) |
| 76 | * G70:r.fill.dir: remove temporary files when done |
| 77 | * G70:r.mapcalc: Set default workers to zero |
| 78 | * G70:r.thin: Support reclassified raster maps |
80 | | * G7:v.db.join: fix db.describe and mysql support |
81 | | * G7:v.db.renamecolumn: fix mysql support |
82 | | * G7:v.generalize: add test for self-intersection |
83 | | * G7:v.import: show reprojection progress; catch exception when unable to open datasource |
84 | | * G7:v.in.ogr: backport -j flag; add new parameters "epsg" and "datum_trans" |
85 | | * G7:v.rast.stats: fix handling column prefixes, check for MASK only in the current mapset |
86 | | * G7:v.surf.bspline: move opening raster after opening driver |
87 | | * G7:v.what.rast: exit when no features of given type found, precision fix for -i interpolate |
88 | | * G7:v.what.strds: new flag to update attribute table of input vector map |
89 | | * G7:v.out.ogr: Forcing use of OGR_G_AddPoint_2D when map is not 3D (attempt to fix #2300) |
| 80 | * G70:v.db.join: fix db.describe and mysql support |
| 81 | * G70:v.db.renamecolumn: fix mysql support |
| 82 | * G70:v.generalize: add test for self-intersection |
| 83 | * G70:v.import: show reprojection progress; catch exception when unable to open datasource |
| 84 | * G70:v.in.ogr: backport -j flag; add new parameters "epsg" and "datum_trans" |
| 85 | * G70:v.rast.stats: fix handling column prefixes, check for MASK only in the current mapset |
| 86 | * G70:v.surf.bspline: move opening raster after opening driver |
| 87 | * G70:v.what.rast: exit when no features of given type found, precision fix for -i interpolate |
| 88 | * G70:v.what.strds: new flag to update attribute table of input vector map |
| 89 | * G70:v.out.ogr: Forcing use of OGR_G_AddPoint_2D when map is not 3D (attempt to fix #2300) |