Revision 45607 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/FLyrVect.java

View differences:

FLyrVect.java
31 31
import java.util.Iterator;
32 32
import java.util.Set;
33 33
import java.util.TreeSet;
34
import java.util.logging.Level;
35
import java.util.logging.Logger;
36 34

  
37 35
import org.cresques.cts.ICoordTrans;
38 36
import org.cresques.cts.IProjection;
......
70 68
import org.gvsig.fmap.mapcontext.exceptions.LoadLayerException;
71 69
import org.gvsig.fmap.mapcontext.exceptions.ReloadLayerException;
72 70
import org.gvsig.fmap.mapcontext.exceptions.StartEditionLayerException;
73
import org.gvsig.fmap.mapcontext.layers.DefaultLayerInformationBuilder;
74 71
import org.gvsig.fmap.mapcontext.layers.FLayer;
75 72
import org.gvsig.fmap.mapcontext.layers.FLyrDefault;
76 73
import org.gvsig.fmap.mapcontext.layers.LayerEvent;
......
1101 1098
                && spatialCache.isEnabled()) {
1102 1099
            // This code is needed in editing mode
1103 1100
            // for all layers involved in snapping
1104
            // (including the layer being edited)
1101
            // (including the layer being edited)            
1105 1102
            Geometry geometry
1106 1103
                    = ((FeatureDrawnNotification) notification).getDrawnGeometry();
1107 1104
            spatialCache.insert(geometry.getEnvelope(), geometry);

Also available in: Unified diff