Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#58 closed defect (duplicate)

adjust_axis: typo in error message

Reported by: fredj Owned by: madair
Priority: major Milestone: 1.0.3
Component: core Version: trunk
Keywords: Cc:

Description

in source:/trunk/lib/proj4js.js#L253, the alert should be:

alert("ERROR: unknow axis ("+crs.axis[i]+") - check definition of "+crs.projName);

instead of:

alert("ERROR: unknow axis ("+crs.axis[i]+") - check definition of "+src.projName);

the src variable is undefined.

Change History (2)

comment:1 by fredj, 13 years ago

Resolution: duplicate
Status: newclosed

see #61

comment:2 by madair, 12 years ago

Milestone: 1.0.21.0.3
Note: See TracTickets for help on using tickets.