Commit 49900561 authored by Michael Adair's avatar Michael Adair
Browse files

re #15: modify comment so Natural docs works properly

parent 691d7d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ Proj4js.Proj.stere = {
    	case this.N_POLE:
    		coslam = -coslam;
    		lat = -lat;
        //Note: no break here so it conitnues through S_POLE
        //Note  no break here so it conitnues through S_POLE
    	case this.S_POLE:
    		if (Math.abs(lat - Proj4js.common.HALF_PI) < this.TOL) {
          F_ERROR;