Revision 37204 branches/dal_time_support/libraries/libFMap_mapcontext/src/org/gvsig/fmap/geom/operation/DrawInts.java

View differences:

DrawInts.java
37 37
				toCartographicSize(viewPort, doc.getDPI(), geom);
38 38
				// draw it as normally
39 39
				Geometry decimatedShape = transformToInts(geom, viewPort.getAffineTransform());
40
				symbol.draw(g, viewPort.getAffineTransform(), decimatedShape,
41
						doc.getFeature(), cancel);
40
				
41
				//the AffineTransform has to be null because the transformToInts method
42
				//reprojects the geometry
43
				symbol.draw(g, null, decimatedShape, doc.getFeature(), cancel);
44
				
42 45
				// restore previous size
43 46
				((CartographicSupport)symbol).setCartographicSize(previousSize, geom);
44 47
			}else{

Also available in: Unified diff