Revision 4619 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/AnnotationStrategy.java

View differences:

AnnotationStrategy.java
89 89
				if (cancel.isCanceled()) {
90 90
					break;
91 91
				}
92
				if (((FLyrAnnotation) capa).getDelBitSet().get(numReg))continue;
92 93
				FLabel theLabel = (FLabel) ((FLyrAnnotation) capa).getLabel(numReg);
93 94
				if ((theLabel == null) || (theLabel.getOrig() == null))
94 95
					continue;

Also available in: Unified diff