Revision 12099 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/ShpStrategy.java

View differences:

ShpStrategy.java
234 234
				} else {
235 235
					i = aux;
236 236
				}
237
				bounds = shapeBounds.getShapeBounds(i);
237
				
238
				if (getCapa().isEditing())
239
					bounds=adapter.getShape(i).getBounds2D();
240
				else
241
					bounds = shapeBounds.getShapeBounds(i);
242
				
238 243
				if (ct != null) {
239 244
					bounds = ct.convert(bounds);
240 245
				}

Also available in: Unified diff