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

View differences:

ShpStrategy.java
256 256
							// TODO: Comprobar aqu? tambi?n si esto es necesario.
257 257
							if (lyr.isSpatialCacheEnabled())
258 258
							{
259
								if (cache.getMaxFeatures() < cache.size())
259
								if (cache.getMaxFeatures() >= cache.size())
260 260
								{
261
									// lyr.setSpatialCache(null);
262
									// cache = null;
263
								}
264
								else
265
								{
266 261
									// 	Ya reproyectado todo
267 262
									cache.insert(bounds, geom);
268 263
								}

Also available in: Unified diff