Opened 13 years ago
Closed 13 years ago
#1234 closed defect (fixed)
_ST_BestSRID making up utm zone 61
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
_ST_BestSRID UTM zone computer returns zone=61 for corner cases (X on timeline). This was already the case before the switch to named SRIDs, but would better be addressed. With the named SRID switch, zone=61 would be interpreted by ST_Transform as a Lambert Azimuthal projection.
Clamping the zone to be within the valid range should do, but a testcase would be important to have (currently missing).
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | lwpoly.c.diff added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r8846 fixes this.
zone=1 wasn't ever returned either. It took a few changes in tickets.sql. Seemed minor to me.
Note:
See TracTickets
for help on using tickets.
Sorry, the patch was for #810.