Revision 45834

View differences:

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/SpatialCache.java
64 64
		if (isEnabled()) {
65 65
                    if (getMaxFeatures() >= size()) {
66 66
                        this.index.insert(bounds, geom);
67
			fastNumTotalRegs++;
67 68
                    } else {
68 69
                        overflown = true;
69 70
                    }

Also available in: Unified diff