Changes between Version 27 and Version 28 of Release/7.2.0-News


Ignore:
Timestamp:
Aug 29, 2016, 8:20:47 PM (8 years ago)
Author:
wenzeslaus
Comment:

add Vect_point_in_box_2d

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.2.0-News

    v27 v28  
    133133     * `BZIP2` (slowest, high compression)
    134134   * NULL file compression: At time it must be explicitly turned on with `export GRASS_COMPRESS_NULLS=1`
    135  * `DEFAULT_COLOR_TABLE` macro which is a string literal with the name of default color table
    136  * added viridis and grass color tables to lib/gis/colors (visible in G72:r.colors, G72:r3.colors and G72:v.colors)
    137  * default color table changed from rainbow to viridis
     135 * vlib: 2D version of `Vect_point_in_box()` function called `Vect_point_in_box_2d()`
     136 * color table chanages:
     137  * `DEFAULT_COLOR_TABLE` macro which is a string literal with the name of default color table
     138  * added viridis and grass color tables to lib/gis/colors (visible in G72:r.colors, G72:r3.colors and G72:v.colors)
     139  * default color table changed from rainbow to viridis
    138140 * improvements for standard options and flags description (English in examples, more details about topology and layers)
    139141==== Map projection changes ====