Revision 25766 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java

View differences:

FLyrVect.java
1662 1662
    private boolean isOnePoint(AffineTransform graphicsTransform, ViewPort viewPort, IGeometry geom, int[] xyCoords) {
1663 1663
    	boolean onePoint = false;
1664 1664
    	int type=geom.getGeometryType() % FShape.Z;
1665
    	if (type!=FShape.POINT && type!=FShape.MULTIPOINT) {
1665
    	if (type!=FShape.POINT && type!=FShape.MULTIPOINT && type!=FShape.NULL) {
1666 1666

  
1667 1667
			Rectangle2D geomBounds = geom.getBounds2D();
1668 1668

  

Also available in: Unified diff