new feature: OGRDataSource::DeleteLayer() for SHP data format
Was trying to delete empty data set in SHP format (no spatial entities) and discovered that it is not handled by OGRDataSource::DeleteLayer(i).
Using unlink() command require multiple calls for each SHP collection (shp, dbf, shx, prj).
Change History
(4)
Description: |
modified (diff)
|
Milestone: |
→ 1.5.0
|
Cc: |
warmerdam added
|
Component: |
default → OGR_SF
|
Keywords: |
shapefile added
|
Owner: |
changed from warmerdam to Mateusz Łoskot
|
Milestone: |
1.6.1
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Turning over to Mateusz for implementation.