Revision 11006 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrAnnotation.java

View differences:

FLyrAnnotation.java
315 315
		try {
316 316
			ReadableVectorial adapter = getSource();
317 317
			adapter.start();
318
			ds.start();
318
			if (isJoined()){
319
				ds.start();
320
			}
319 321
			int sc;
320 322
			// El mapping[0] es el text
321 323
			int fieldId = mapping.getColumnText();
......
449 451
				}
450 452
			}
451 453

  
452
			ds.stop();
454
			if (this.isJoined()){
455
				ds.stop();
456
			}
453 457
			adapter.stop();
454 458
		} catch (DriverIOException e) {
455 459
			e.printStackTrace();

Also available in: Unified diff