It could still be there, and you're just not seeing it... The way logging/error reporting is implemented in proj4js is that there are 2 methods defined: Proj4js.reportError() and Proj4js.log() which are simply empty method stubs. Applications can then override these methods with custom error reporting/logging. (which reminds me that I should define those for the the test pages).
But yes, the MB_IGNORE_CSCS_ERRORS flag is not used anymore Mike Andreas Hocevar wrote: > Hi, > > On Dec 3, 2007 6:44 PM, Mike Adair <[EMAIL PROTECTED]> wrote: > >>> * MAP-420 (Mike): are the convergence errors fixed? I encountered them >>> in projections even without toWGS84 parameter, and in non-grid >>> transformed projections, and within the range for that projection. >>> >>> >> A test case where it fails (i.e. a latitude/longitude and EPSG code) >> would be really helpful. Is this with Proj4js or cscs? >> > > It *was* in cscs, and it really seems to be gone in Proj4js! Great work, Mike! > > Just one more question: is the MB_IGNORE_CSCS_ERRORS variable still > used by Proj4js, or can I remove this from my applications? > > Regards, > Andreas. > > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
