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


Ignore:
Timestamp:
Nov 16, 2017, 1:28:43 PM (7 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.4.0-News

    v14 v15  
    118118 * Font can be selected interactively in module dialogs and there are some new symbols for vectors
    119119 * G74:g.gui.gcp: vector map rectification has been improved (#3066)
    120  * Metadata (via v.info, r.info) of the listed maps are available in the context menu
     120 * Metadata of the listed maps are available in the context menu (internally calling G7:v.info, G7:r.info)
    121121
    122122=== Scripting ===
     
    141141   * added function to convert granularity to a smaller granularity
    142142   * Enabled raster region specific parallel processing by using the MultiModule class
    143  * projlib:
     143 * libproj:
    144144   * improved integration of GDAL and streamlining of spatial reference system handling
    145145   * added GPJ_grass_to_wkt2() and GPJ_grass_to_osr2()
     
    151151   * relax ll restrictions when reading DMS coords
    152152   * support for HTML/CSS hash hexadecimal colors in G_str_to_color()
    153  * rasterlib:
     153 * libraster:
    154154   * fix/improve Rast_align_window()
    155155   * NULL file compression by default
    156  * simlib:
     156 * libsim:
    157157   * more control over seeding for random number generator
    158158
    159 
    160 
    161 
    162159=== New Addons since GRASS 7.2.0 ===
    163 
    164160
    165161 * G7A:d.explanation.plot: Draw a plot of multiple rasters to explain a raster operation for example a + b = c