Revision 37949 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapContext.java

View differences:

MapContext.java
763 763
			try {
764 764
				aux.addLayer(lyr.cloneLayer());
765 765
			} catch (Exception e) {
766

  
767
				// TODO Auto-generated catch block
768 766
				e.printStackTrace();
769
				throw new XMLException(e);
767
//				throw new XMLException(e);
770 768
			}
771 769
		}
772 770
		ret.layers = aux;

Also available in: Unified diff