Changes between Version 21 and Version 22 of Grass7/NewFeatures74


Ignore:
Timestamp:
Oct 11, 2017, 2:01:50 AM (7 years ago)
Author:
mmetz
Comment:

v.in.ogr: various improvements and restructuring with r71550

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v21 v22  
    7676 * G7:v.in.ogr: Fix import of OSM data (r71464)
    7777 * G7:v.in.ogr: When a new location is created, use the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings (r71490)
    78  * G7:v.in.ogr: Support new geometry types starting with GDAL 2.0 (r71508, r71514)
     78 * G7:v.in.ogr: Support new curve geometry types starting with GDAL 2.0 (r71508, r71514)
     79 * G7:v.in.ogr: code restructuring (r71550)
     80   * projection checks are now performed for all input layers, not only the first layer
     81   * projection checks are a bit more strict and more verbose in case of trouble
     82   * the new GDAL 2.2 API is used where possible, avoiding deprecated functions
     83   * OSM import is properly working, also with spatial filters and with GDAL < 2.2
     84   * attribute import and table creation is finished before cleaning to avoid lengthy cleaning if tables can not be created,
     85     and to avoid a rare segfault when opening a GRASS database driver
     86   * the code has been restructured to make it a bit less unreadable and to fix the logic of steps (e.g. check output only if output is created)
    7987 * G7:v.vect.stats: New cat and where options for area and point vector maps to perform counts or estimate statistics only with selected points over selected areas (r71543)
    8088=== Imagery modules ===