Ticket #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
Note: See
TracTickets for help on using
tickets.
