Revision 37946

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java
404 404
//    				rv.stop();
405 405
    			}
406 406

  
407
    			ZSort zSort = ((IVectorLegend) getLegend()).getZSort();
407
				ZSort zSort = ((IVectorLegend) getLegend()).getZSort();
408 408

  
409 409
    			boolean bSymbolLevelError = false;
410 410

  
......
633 633
   		if (isWaitTodraw()) {
634 634
			return;
635 635
		}
636
   		_draw(image, g, viewPort, cancel, scale);
636
   		if (getStrategy() != null) {
637
   			getStrategy().draw(image, g, viewPort, cancel);
638
   		}
639
   		else {
640
   			_draw(image, g, viewPort, cancel, scale);
641
   		}
637 642
//    	} else {
638 643
////    		moved up to FLayers
639 644
////    		if (isWithinScale(scale)) {

Also available in: Unified diff