[OpenLayers-Commits] r4720 - sandbox/proj4js/lib/proj4js

commits at openlayers.org commits at openlayers.org
Mon Oct 1 00:16:02 EDT 2007


Author: crschmidt
Date: 2007-10-01 00:15:58 -0400 (Mon, 01 Oct 2007)
New Revision: 4720

Modified:
   sandbox/proj4js/lib/proj4js/proj4js.js
Log:
more minor cleanups.


Modified: sandbox/proj4js/lib/proj4js/proj4js.js
===================================================================
--- sandbox/proj4js/lib/proj4js/proj4js.js	2007-10-01 04:11:56 UTC (rev 4719)
+++ sandbox/proj4js/lib/proj4js/proj4js.js	2007-10-01 04:15:58 UTC (rev 4720)
@@ -159,8 +159,8 @@
           */
         }
 
-          // Do we need to go through geocentric coordinates?
-    //  if( source.es != dest.es || source.a != dest.a || // RWG - removed ellipse comparison so
+        // Do we need to go through geocentric coordinates?
+        //  if( source.es != dest.es || source.a != dest.a || // RWG - removed ellipse comparison so
         if( source.datum_type == Proj4js.const.PJD_3PARAM                      // that longlat CSs do not have to have
             || source.datum_type == Proj4js.const.PJD_7PARAM                   // an ellipsoid, also should put it a
             || dest.datum_type == Proj4js.const.PJD_3PARAM                   // tolerance for es if used.
@@ -424,7 +424,7 @@
               case "evrst56": this.a=6377301.243; this.rf=300.8017; this.ellipseName="Everest 1956"; break;
               case "evrst69": this.a=6377295.664; this.rf=300.8017; this.ellipseName="Everest 1969"; break;
               case "evrstSS": this.a=6377298.556; this.rf=300.8017; this.ellipseName="Everest (Sabah & Sarawak)"; break;
-/* f  ix these from ellipse.c
+/* fix these from ellipse.c
               case "fschr60": this.a=6378166.; this.298.3; this.ellipseName="Fischer (Mercury Datum) 1960"; break;
               case "fschr60m": this.a=6378155.",   "; this.298.3", "; this.ellipseName=Fischer 1960"; break;
               case "fschr68": this.a=6378150.",   "; this.298.3", "; this.ellipseName=1968"; break;



More information about the Commits mailing list