Opened 14 years ago

Closed 14 years ago

#45 closed defect (fixed)

somerc: projection scale factor was ignored

Reported by: kolesar Owned by: madair
Priority: major Milestone: 1.0.2
Component: core Version: 1.0.0
Keywords: Cc:

Description

Swiss Oblique Mercator (somerc) ignored projection scale factor (k0 alias +k_0).

This affected Hungarian EOV projection, init string: +proj=somerc +lat_0=47.14439372222222 +lon_0=19.04857177777778 +k_0=0.99993 +x_0=650000 +y_0=200000 +ellps=GRS67 +units=m +no_defs +towgs84=52.684,-71.194,-13.975,-0.312,-0.1063,-0.3729,1.0191

Fix: this.R should be multiplied with this.k0 in init function, attached diff for somerc.js.

Attachments (1)

somerc.js.diff (628 bytes ) - added by kolesar 14 years ago.
diff for somerc.js

Download all attachments as: .zip

Change History (2)

by kolesar, 14 years ago

Attachment: somerc.js.diff added

diff for somerc.js

comment:1 by madair, 14 years ago

Milestone: 1.0.11.0.2
Resolution: fixed
Status: newclosed

fixed at rev 1844

Note: See TracTickets for help on using tickets.