Changes between Version 10 and Version 11 of FAQVector


Ignore:
Timestamp:
Jun 20, 2009, 2:20:09 PM (15 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQVector

    v10 v11  
    1717Prior version 1.6 of GDAL/OGR it's only possible to remove Shapefile from filesystem using native API of user's operation system, for instance [http://opengroup.org/onlinepubs/007908775/xsh/unlink.html unlink()] function from [http://en.wikipedia.org/wiki/POSIX POSIX] or [http://msdn.microsoft.com/en-us/library/aa363915(VS.85).aspx DeleteFile()] from Microsoft [http://en.wikipedia.org/wiki/Win32 Windows API].
    1818
    19 Since [http://trac.osgeo.org/gdal/wiki/Release/1.6.0-News GDAL 1.6], it is possible to accomplish this task using [http://gdal.org/ogr/classOGRDataSource.html OGRDataSource::DeleteLayer()] method.
     19Since [wiki:Release/1.6.0-News GDAL 1.6], it is possible to accomplish this task using [http://gdal.org/ogr/classOGRDataSource.html OGRDataSource::DeleteLayer()] method.
    2020
    2121== How can I merge hundreds of Shapefiles? ==