Opened 16 years ago

Closed 15 years ago

#21 closed defect (duplicate)

Projection paramater never processed

Reported by: xnaval Owned by: madair
Priority: trivial Milestone: 1.0.0
Component: core Version:
Keywords: Cc:

Description

The projection parameter "R_A" (line 672 of proj4js.js)

case "R_A":    this.R = true; break;   //Spheroid radius

will never be processed because is in upper case in the switch and paramName has been previously transformed to lower case (line 646).

paramName = property[0].toLowerCase();

Changing "R_A" to "r_a" will fix.

Change History (1)

comment:1 by madair, 15 years ago

Resolution: duplicate
Status: newclosed

fixed at rev 1517 and duplicate of #27

Note: See TracTickets for help on using tickets.