Revision 3462 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java

View differences:

FLyrVect.java
216 216
            if (bDrawShapes)
217 217
            {
218 218
                Strategy strategy = StrategyManager.getStrategy(this);    
219
                try{
219 220
                strategy.draw(image, g, viewPort, cancel);
221
                }catch (DriverException e) {
222
					this.setVisible(false);
223
					this.setActive(false);
224
					throw e;
225
				}
220 226
            }
221 227
    
222 228
    		if (getVirtualLayers() != null) {

Also available in: Unified diff