Revision 5550 trunk/extensions/extGeoreferencing/src/com/iver/cit/gvsig/fmap/layers/GeoPoint.java

View differences:

GeoPoint.java
37 37
	public Point2D 	mapPoint = null;
38 38
	public ViewPort leftViewPort =  null, rightViewPort = null;
39 39
	public Point2D  leftCenterPoint = null, rightCenterPoint = null;
40
	public double zoomLeft = 1, zoomRight = 1;
40 41
	public boolean 	active = true;
41 42
	
42 43
	/**
......
100 101
		System.out.println("Left Zoom Center: "+leftCenterPoint);
101 102
		System.out.println("Right Zoom Center: "+rightCenterPoint);
102 103
		System.out.println("Active: "+active);
104
		System.out.println("ZoomLeft: "+zoomLeft);
105
		System.out.println("ZoomRight: "+zoomRight);
103 106
		System.out.println("******End GeoPoint********");
104 107
	}
105 108
}

Also available in: Unified diff