Revision 12173 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapControl.java

View differences:

MapControl.java
433 433
	 */
434 434
	public void drawMap(boolean doClear) {
435 435
		cancelDrawing();
436
		System.out.println("drawMap con doClear=" + doClear);
436
		//System.out.println("drawMap con doClear=" + doClear);
437 437
        status = DESACTUALIZADO;
438 438
        getMapContext().getLayers().setDirty(true);
439 439
		if (doClear)
......
678 678
                while (!shutdown)
679 679
                {
680 680
                    PaintingRequest p = take();
681
                    System.out.println("Pintando");
681
                    //System.out.println("Pintando");
682 682
                    if (image != null){
683 683
                    	cancelDrawing();
684 684
                        p.paint();
......
984 984
			}
985 985

  
986 986
			if (redraw) {
987
                System.out.println("MapContextListener redraw");
987
                //System.out.println("MapContextListener redraw");
988 988
				MapControl.this.drawMap(false);
989 989
			}
990 990
		}

Also available in: Unified diff