Revision 27464 branches/v2_0_0_prep/extensions/extGeocoding/src/org/gvsig/geocoding/gui/address/AddressSimpleCentroidPanel.java

View differences:

AddressSimpleCentroidPanel.java
197 197

  
198 198
		for (Object obj : lit) {
199 199
			RelationsComponent comp = (RelationsComponent) obj;
200
			String key = comp.getKey();
200
			String key = comp.getKeyElement();
201 201
			Object[] row = { key, "" };
202 202
			model.addRow(row);
203 203
		}
......
228 228
		for (Object obj : lit) {
229 229
			RelationsComponent comp = (RelationsComponent) obj;
230 230
			// Element
231
			String key = comp.getKey();
231
			String key = comp.getKeyElement();
232 232
			// insert
233 233
			Object[] row = { key, "" };
234 234
			model.addRow(row);

Also available in: Unified diff