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 |