Changes between Version 10 and Version 11 of UserGuide


Ignore:
Timestamp:
07/28/08 07:07:47 (16 years ago)
Author:
madair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide

    v10 v11  
    7373Proj4js.reportError = function(msg) {alert(msg);}
    7474}}}
     75
     76== Supported projection classes ==
     77
     78The following projection classes have been tested and are expected to produce correct results.  (The projection class is defined by the '+proj=xyz' parameter in the initialization string):
     79 * utm
     80 * lcc
     81 * tmerc
     82 * merc
     83 * stere
     84 * gauss
     85 * sterea
     86 * aea
     87
     88The following projection projection classes have the forrward and inverse transformation code available for them but have _not_ been validated against some test points yet:
     89 * aeqd
     90 * eqdc
     91 * equi
     92 * laea
     93 * mill
     94 * moll
     95 * omerc
     96 * ortho
     97 * poly
     98 * sinu
     99 * vandg