Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#5511 closed defect (fixed)

Issue when importing proj.4 string with omerc +no_uoff and +alpha != 0 but no +gamma

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.11.1
Component: OGR_SRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

Two issues :

  • proj.4 currently doesn't mark +no_uoff as used so OCTProj4Normalize() loose it
  • when importing parameters for omerc, the default value taken for gamma is 0. Looking at PJ_omerc, it appears that the default value should be the same as alpha

Change History (2)

comment:1 by Even Rouault, 10 years ago

Milestone: 1.11.1
Resolution: fixed
Status: newclosed

Proj.4 issue fixed in http://trac.osgeo.org/proj/ticket/239

trunk r27436, branches/1.11 r27437 "OSR proj.4 import: for HOM, make sure +no_off/no_uoff is preserved, and change default value of gamma parameter to be the same as alpha (#5511)"

comment:2 by Kyle Shannon, 10 years ago

Also appears to have fixed #4910.

Note: See TracTickets for help on using tickets.