Opened 14 years ago

Closed 14 years ago

#46 closed defect (fixed)

Incomplete error handling n Proj4js.js

Reported by: eider Owned by: madair
Priority: minor Milestone: 1.0.2
Component: core Version: 1.0.1
Keywords: Cc:

Description

lines 68-70 in Proj4js.js say:

68 if (!source.readyToUse
!dest.readyToUse) {

69 this.reportError("Proj4js initialization for "+source.srsCode+" not yet complete"); 70 return point;

what about an adequate errormessage when dest.readyToUse is false?

Change History (1)

comment:1 by madair, 14 years ago

Priority: majorminor
Resolution: fixed
Status: newclosed

fixed at rev. 1872

Note: See TracTickets for help on using tickets.