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

View differences:

ShpStrategy.java
207 207
			// SpatialCache cache = lyr.createSpatialCache();
208 208
			lyr.getSpatialCache().clearAll();
209 209
			SpatialCache cache = lyr.getSpatialCache();
210
			// lyr.setSpatialCacheEnabled(true);
211 210
			int i;
212 211
			for (int aux = 0; aux < sc; aux++) {
213 212
				// Salimos si alguien cancela
......
238 237

  
239 238
					if (bPoint
240 239
							|| ((bounds.getHeight() > viewPort.getDist1pixel()) || (bounds
241
									.getWidth() > viewPort.getDist1pixel()))) {
240
									.getWidth() > viewPort.getDist1pixel()))) { 
242 241
						geom = adapter.getShape(i);
243 242

  
244 243
						// PRUEBA DE VELOCIDAD

Also available in: Unified diff