Revision 28367 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/adapter/PointAdapter.java

View differences:

PointAdapter.java
78 78
        point.transform(at);
79 79

  
80 80
        FShape shapeAux = new FPoint2D(point.getCurrentPoint());
81
        try {
82
			symbol.print(g,at,shapeAux, properties);
83
		} catch (ReadDriverException e) {
84
			// TODO Auto-generated catch block
85
			e.printStackTrace();
86
		}
81
       	symbol.print(g,at,shapeAux, properties);
87 82

  
88 83
        // FGraphicUtilities.DrawShape(g, at, shapeAux, symbol);
89 84
    }

Also available in: Unified diff