Opened 13 years ago
Closed 13 years ago
#1421 closed enhancement (fixed)
[raster] [PATCH] Auto-set SRID in raster2pgsql from GetProjectionRef() info
Reported by: | rouault | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
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 (1)
Change History (3)
by , 13 years ago
Attachment: | raster2pgsql_autoset_srid.patch added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | [PATCH] Auto-set SRID in raster2pgsql from GetProjectionRef() info → [raster] [PATCH] Auto-set SRID in raster2pgsql from GetProjectionRef() info |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r8630. Thanks rouault!
Note:
See TracTickets
for help on using tickets.
Thanks rouault for the patch. I'll merge it and fix it for commit shortly.