Changes between Version 14 and Version 15 of Release/7.8.1-News


Ignore:
Timestamp:
Nov 9, 2019, 3:28:47 AM (4 years ago)
Author:
neteler
Comment:

PROJ 6 support added

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.1-News

    v14 v15  
    6161(see also below for closed bugs)
    6262
     63 * G78:i.zc: avoid integer overflow with large maps
    6364 * G78:r.to.vect: break line when value changes
    64  * G78:v.digit: fix digitizing on Windows
     65 * G78:v.digit: fix digitizing on MS Windows
    6566
    6667==== Minor module changes ====
     
    6970
    7071Modules:
    71  * G78:g.extension: #3902 multiple metadata entries
     72 * G78:g.extension: #3902 multiple metadata entries; quick fix of g.extension on MS Windows
    7273 * G78:i.vi: red band not required and GUI section modified
    73  * G78:i.zc: avoid integer overflow with large maps
    7474 * G78:r.fillnulls fix to run in Python 3
    7575 * G78:r.slope.aspect: fix -e flag to calculate values at edges
     
    8585 * wxGUI/animation: fix deprecation warnings
    8686 * get rid of wx.insertStringItem deprecation warnings
     87 * wxGUI: added install "no translation" function
     88 * wxGUI: fix d.mon rendering #3896, caused by garbage collection of maplayer resulting in deleting mapfile
    8789
    8890==== Python scripting ====
     
    9294==== Projection support ====
    9395
    94  * libproj: PROJ 6 support added
     96 * libproj: PROJ 6 support added:
     97   * convert lowercase epsg to uppercase EPSG
     98   * axis order of a CRS is no longer always easting, northing, it can also be northing, easting, e.g. EPSG:4326. If source and target CRS are available, axis order is adjusted using proj_normalize_for_visualization() to easting, northing if needed.
     99   * previously, GRASS GIS did conversions of degress to/from radians and meters from/to map units. Now PROJ6+ might do these conversions itself, or not. GRASS GIS is now doing the conversions only if needed.
     100   * in PROJ6+, there can be several different operations to transform coordinates from one CRS to another CRS. If more than one operation is available, information is provided about these different operations. The current region is used by PROJ to select an appropriate operation.
    95101 * libproj: fix treatment of proj extension in wkt
     102
     103==== GDAL support ====
     104
     105 * GDAL 3 support added
    96106
    97107==== Database support ====
    98108
    99109 * n/a
    100 
    101 ==== Graphical User Interface ====
    102 
    103  * wxGUI: added install "no translation" function
    104  * wxGUI: fix d.mon rendering #3896, caused by garbage collection of maplayer resulting in deleting mapfile
    105110
    106111==== Library changes ====