Ticket #1421 (closed enhancement: fixed)

Opened 17 months ago

Last modified 17 months ago

[raster] [PATCH] Auto-set SRID in raster2pgsql from GetProjectionRef() info

Reported by: rouault Owned by: dustymugs
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: trunk
Keywords: Cc:

Description

If the SRID is not explicitely set, the following patch tries to identify the EPSG code from the GetProjectionRef?() string and assign it as the SRID.

Attachments

raster2pgsql_autoset_srid.patch Download (2.3 KB) - added by rouault 17 months ago.

Change History

Changed 17 months ago by rouault

Changed 17 months ago by dustymugs

  • owner changed from pracine to dustymugs
  • status changed from new to assigned
  • summary changed from [PATCH] Auto-set SRID in raster2pgsql from GetProjectionRef() info to [raster] [PATCH] Auto-set SRID in raster2pgsql from GetProjectionRef() info

Thanks rouault for the patch. I'll merge it and fix it for commit shortly.

Changed 17 months ago by dustymugs

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

Committed in r8630. Thanks rouault!

Note: See TracTickets for help on using tickets.