| 42 | * g.region: fix uninitialized struct - fixes convergence angle, #1500 |
| 43 | * d.northarrow: fix multiplication of arrow in latlon regions, see #1242 and #1410 |
| 44 | * i.eb.* + i.evapo.*: fix for MegaJoules per meter square per day |
| 45 | * i.segment: fix manhattan distance |
| 46 | * i.vi: writing of color table fixed |
| 47 | * r.mapcalc: fix wrong result when neighborhood modifier takes a cell above first |
| 48 | * v.category: fix Windows bug |
| 49 | * i.vi: print msg which index is actually calculated; fix ARVI name; apply standard NDVI color table in case of viname=ndvi |
| 50 | * d.barscale/northarrow: fix layout when using frame, see #3121 |
| 51 | * r.out.gdal: enhance compatibility WRT metadata |
| 52 | * d.histogram: fix x axis labels for small numbers, see #2463 |
| 53 | * v.in.ogr Segmentation fault (fix #2868) |
| 54 | * r.to.vect: delete output on error (see #2394) |
| 55 | * v.in.ogr key flag does not change category values and you loose connection between features and attributes (fix #1494) |
| 56 | |
| 60 | * wxGUI: fix font dialogs on Mac, see #3046 |
| 61 | * wxGUI/nviz: when showing legend parameter at can have floats not just int |
| 62 | * wxGUI: catch also UnicodeDecodeError when reading current directory as GISDBASE |
| 63 | * g.gui.gmodeler: substitute all occurrences of variable in command (bugfix) |
| 64 | * wxGUI: fix escape button to close dialogs and fix keyboard shortcuts on Mac, see #797 |
| 65 | * wxGUI: solve #2558 and #3112 by distributing wx.lib.plot.py with GRASS |
| 66 | * wxGUI web_services: archived NASA OnEarth replaced with NASA GIBS WMTS |
| 67 | * g.gui.gmodeler - not possible to remove data from model (trac #2947) |
| 68 | * wxGUI: escape single quotes when editing attributes from GUI, see #2252 |
| 69 | |
| 89 | |
| 90 | * r.watershed: update manual |
| 91 | * r.univar/r3.univar manuals: examples improved |
| 92 | * v.distance manual: explain units of dmin and dmax |
| 93 | * r.import manual: SRTM V3 example added |
| 94 | * r.import manual: fix WorldClim import example |
| 95 | * i.atcorr manual, imageryintro: clarify TOAR part; cross links added; keywords added |
| 96 | * r.in.gdal manual: add Worldclim import trick |
| 97 | * r.mapcalc manual/rasterintro: explain precision differences |
| 98 | * r.neighbors manual: fix average example (was wrongly in maximum) |
| 99 | * r.statistics + r.stats.quantile + r.stats.zonal manual: extended |
| 100 | * v.overlay: remove duplicated notes about olayer option from the manual, figure caption cosmetics |