Ticket #982 (closed enhancement: fixed)

Opened 8 years ago

Last modified 4 years ago

gdaltindex to produce .prj file

Reported by: matt.wilkie@… Owned by: warmerdam
Priority: high Milestone: 1.7.0
Component: default Version: unspecified
Severity: minor Keywords:
Cc:

Description

please have gdaltindex (and whatever other gdal programs write shapefiles)
produce an ESRI-valid .prj file when creating shapefiles.

Change History

Changed 8 years ago by warmerdam

I think the proper way to do this would be to use the OGR API for writing
the shapefile instead of the shapefile API directly.  That makes it a bit
of an effort. 

Changed 8 years ago by matt.wilkie@…

understood. I'm not hot to trot about it at this point. I mainly just wanted it
on the radar for future development.

Changed 4 years ago by rouault

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

r17330 : /trunk/gdal/apps/gdaltindex.c: Port gdaltindex to use OGR API instead of ShapeLib? API, so as to produce .prj files more easily (#982) r17331 : /trunk/autotest/utilities/test_gdaltindex.py: Test that .prj file is produced by gdaltindex (#982)

Note: See TracTickets for help on using tickets.