Modify ↓
#12185 closed enhancement (fixed)
[PATCH] support latitude of natural origin for Transverse Mercator projection
Reported by: | bastiK | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.12 |
Component: | Core | Version: | |
Keywords: | projection, tmerc | Cc: |
Description
Our implementation of the Transverse Mercator ignores the latitude of natural origin parameter (+lat_0=*
) and assumes a value of 0.
Many Transverse Mercator-based projections require a value different from 0, so we should use an algorithm that supports it.
Attached is a replacement copy&pasted from the Geotools project (who copied it from proj.4).
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | transverse-mercator.patch added |
---|
comment:1 by , 9 years ago
Summary: | support latitude of natural origin for Transverse Mercator projection → [PATCH] support latitude of natural origin for Transverse Mercator projection |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 9 years ago
Milestone: | → 15.12 |
---|
Note:
See TracTickets
for help on using tickets.
In 9112/josm: