Revision 29131 trunk/extensions/extSymbology/src/org/gvsig/symbology/fmap/labeling/placements/LinePlacementAtBest.java

View differences:

LinePlacementAtBest.java
98 98
	}
99 99
	public boolean isSuitableFor(IPlacementConstraints placementConstraints,
100 100
			int shapeType) {
101
		if (shapeType == FShape.LINE) {
101
		if ((shapeType%FShape.Z) == FShape.LINE) {
102 102
			return placementConstraints != null && placementConstraints.isAtBestOfLine();
103 103
		}
104 104
		return false;

Also available in: Unified diff