Ticket #2779 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

gdaltindex shapefile creation

Reported by: mwtoews Owned by: warmerdam
Priority: normal Milestone: 1.7.0
Component: Utilities Version: 1.6.0
Severity: minor Keywords:
Cc:

Description

When gdaltindex is used to create a new shapefile, an error is always displayed, for example:

> gdaltindex ind.shp *.dem
ERROR 4: Unable to open ind.shp or ind.SHP.
Creating new index file...

This is not an error, but simply a message or notice, and should be changed to something less fatal sounding. A real error is if the shapefile cannot be opened or created.

Change History

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.7.0

Fair enough. Corrected in trunk in r16098 to avoid the error message when the shapefile doesn't exist.

Note: See TracTickets for help on using tickets.