Hi, I've issued a new RC to fix a trunk regression in the OGR VRT driver.
Updated archives : http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0RC2.tar.xz http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0RC2.tar.gz http://download.osgeo.org/gdal/2.1.0/gdal210RC2.zip http://download.osgeo.org/gdal/2.1.0/gdalautotest-2.1.0RC2.tar.gz http://download.osgeo.org/gdal/2.1.0/gdalautotest-2.1.0RC2.zip Changes since RC1: - NEWS: s/VC 13/VC 14/ - XYZ: be more robust to not exactly equal X and Y spacing (#6461) - gdal_calc.py: Add * from gdalnumeric to gdal_calc.py eval namespace again, now in a clean way, to fix 2.0 regression that made for examle 'log10(A)' to no longer work (https://github.com/OSGeo/gdal/pull/121) - gdal_rasterize: accept NaN as a valid value for -init / -burn (#6467) - OGR VRT: do not advertize M geometry type on values of <GeometryType> that contain the 'M' letter (such as wkbMultiPoint, wkbMultiLineString, ...) (#6469). Also add the mapping of wkbMultiCurve that was missing due to a copy&paste error Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
