Opened 13 years ago
Closed 13 years ago
#1862 closed defect (duplicate)
[raster] RT_ST_Transform (Raster ST_Transform) does not allow for non-EPSG transformations
Reported by: | stringfellow | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.1 |
Component: | raster | Version: | 2.0.x |
Keywords: | ST_Transform | Cc: |
Description
Seems that this function diverges from the functionality of regular geometry ST_Transform.
Not sure if this is intentional. Changing the auth_name to EPSG (even though it is not) prevents the error from raising, but simply crashes the query and aborts the database connection.
Change History (1)
comment:1 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Summary: | RT_ST_Transform (Raster ST_Transform) does not allow for non-EPSG transformations → [raster] RT_ST_Transform (Raster ST_Transform) does not allow for non-EPSG transformations |
Note:
See TracTickets
for help on using tickets.
This issue was fixed for 2.0.1 in r9649, r9709, r9710. Duplicate ticket of #1782.