#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 , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Milestone: | 1.0.2 → 1.0.3 |
---|
Note:
See TracTickets
for help on using tickets.
see #61