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

View differences:

FLyrVect.java
1162 1162

  
1163 1163
				// /vea.setSpatialIndex(getSpatialIndex());
1164 1164
				// /vea.setFullExtent(getFullExtent());
1165
				//CHEMA
1166
				vea.start();
1167
				//CHEMA
1165 1168
				vea.startEdition(EditionEvent.GRAPHIC);
1166 1169
				setSource(vea);
1167 1170
				getRecordset().setSelectionSupport(
......
1170 1173

  
1171 1174
			} else {
1172 1175
				VectorialEditableAdapter vea = (VectorialEditableAdapter) getSource();
1176
				//CHEMA
1177
				vea.stop();
1178
				//CHEMA				
1173 1179
				setSource(vea.getOriginalAdapter());
1174 1180
			}
1175 1181
			// Si tenemos una leyenda, hay que pegarle el cambiazo a su
......
1205 1211
		} catch (FieldNotFoundException e) {
1206 1212
			e.printStackTrace();
1207 1213
			throw new EditionException(e);
1214
		//CHEMA	
1215
		} catch (DriverIOException e) {
1216
			e.printStackTrace();
1217
			throw new EditionException(e);
1218
		//CHEMA
1208 1219
		}
1209 1220

  
1210 1221
		setSpatialCacheEnabled(b);

Also available in: Unified diff