Ticket #645 (closed defect: fixed)

Opened 9 years ago

Last modified 6 years ago

ogr2ogr PostGIS driver needs a way to specify SRID by number

Reported by: schuyler@… Owned by: warmerdam
Priority: high Milestone:
Component: OGR_SRS Version: unspecified
Severity: minor Keywords:
Cc: neteler

Description (last modified by hobu) (diff)

 

Change History

Changed 9 years ago by schuyler@…

the WKTs actually do differ between OGR and PostGIS, even for EPSG SRSes like
4269 and 4326. (so much for "well known"!) 

it would be cool to be able to specify by SRID if one happens to know it ahead
of time, to prevent additional random SRSes from being added to the table.

Changed 6 years ago by hobu

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

I believe this works now. At least with ogr2ogr, you can do -a_srs EPSG:4269 and it will use that. Closing...

Note: See TracTickets for help on using tickets.