Revision 10450 branches/simbologia/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapContext.java

View differences:

MapContext.java
88 88
 */
89 89
public class MapContext implements Projected {
90 90
	public static final double[] CHANGEM = { 1000, 1, 0.01, 0.001, 1609.344,
91
			0.9144, 0.3048, 0.0254 };
91
			0.9144, 0.3048, 0.0254, 1/8.983152841195214E-6 };
92 92

  
93 93
	public static final double[] CHANGE = { 100000, 100, 1, 0.1, 160934.4,
94
			91.44, 30.48, 2.54 };
94
			91.44, 30.48, 2.54, 1/8.983152841195214E-4 };
95 95

  
96 96
	public static final int EQUALS = 0;
97 97

  

Also available in: Unified diff