Revision 10450 branches/simbologia/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FConstant.java

View differences:

FConstant.java
147 147
	public FConstant() {
148 148
		if (NAMES == null) {
149 149
			int i = 0;
150
			NAMES = new String[9];
150
			NAMES = new String[10];
151 151
			NAMES[i++] = "Kilometros";
152 152
			NAMES[i++] = "Metros";
153 153
			NAMES[i++] = "Centimetros";
......
157 157
			NAMES[i++] = "Pies";
158 158
			NAMES[i++] = "Pulgadas";
159 159
			NAMES[i++] = "Grados";
160
			NAMES[i++] = "Coordenadas";
160 161
		}
161 162
	}
162 163
}

Also available in: Unified diff