Revision 11100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrAnnotation.java

View differences:

FLyrAnnotation.java
249 249
	 * @see com.iver.cit.gvsig.fmap.layers.FLyrDefault#setXMLEntity(com.iver.utiles.XMLEntity)
250 250
	 */
251 251
	public void setXMLEntity(XMLEntity xml) throws XMLException {
252
		mapping = MappingAnnotation.createFromXML(xml.getChild(3));//getIntArrayProperty("mapping");
252
		mapping = MappingAnnotation.createFromXML(xml.getChild(2));//getIntArrayProperty("mapping");
253 253
		setInPixels(xml.getBooleanProperty("isInPixels"));
254 254

  
255 255
		IProjection proj = null;

Also available in: Unified diff