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

closes #36: provide default values of 0 for x0 and y0

parent 7145438c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -434,6 +434,16 @@ Proj4js.Proj = Proj4js.Class({
   * The datum specified for the projection
   */
  datum: null,
  /**
   * Property: x0
   * The x coordinate origin
   */
  x0: 0,
  /**
   * Property: y0
   * The y coordinate origin
   */
  y0: 0,

  /**
   * Constructor: initialize