Revision 28615 trunk/extensions/extAnnotations/src/com/iver/cit/gvsig/fmap/layers/Annotation_Mapping.java

View differences:

Annotation_Mapping.java
339 339
		} catch (ReadDriverException e) {
340 340
			throw new ReadDriverException(al.getName(),e);
341 341
		}
342
		if (am.getColumnText()==-1) {
343
			throw new ReadDriverException(al.getName(), new RuntimeException("This does not seem an annotation layer"));
344
		}
342 345
    }
343 346

  
344 347
	public static void storeValues(Color fontColor, String text, String fontType, int fontStyle, int fontHeight, int fontRotate) {

Also available in: Unified diff