Revision 26902

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java
452 452
    						isOnePoint(g.getTransform(), viewPort, MapContext.getScreenDPI(), csSym, geom, xyCoords) :
453 453
    							isOnePoint(g.getTransform(), viewPort, geom, xyCoords);
454 454

  
455
//    						System.out.println("onePoint");
456

  
457 455
    						// Avoid out of bounds exceptions
458 456
    						if (onePoint) {
459 457
    							x = xyCoords[0];
......
863 861
    						bDrawCartographicSupport = (csSym.getUnit() != -1);
864 862
    					}
865 863

  
866
    					System.err.println("passada "+mapPass+" pinte s?mboll "+sym.getDescription());
864
//    					System.err.println("passada "+mapPass+" pinte s?mboll "+sym.getDescription());
867 865

  
868 866
    					if (!bDrawCartographicSupport) {
869 867
    						geom.drawInts(g, viewPort, sym, null);
......
1697 1695

  
1698 1696
			Rectangle2D geomBounds = geom.getBounds2D();
1699 1697

  
1700
			ICoordTrans ct = getCoordTrans();
1698
		//	ICoordTrans ct = getCoordTrans();
1701 1699

  
1702 1700
			// Se supone que la geometria ya esta
1703 1701
			// repoyectada y no hay que hacer

Also available in: Unified diff