Revision 12043 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java

View differences:

FLyrVect.java
328 328
							//(String[]) fieldList.toArray(new String[fieldList.size()]),
329 329
							null,
330 330
							getProjection(), true);
331

  
332 331
					ZSort zSort = ((IVectorialLegend) getLegend()).getZSort();
333 332
					if (zSort != null && zSort.isUsingZSort()) {
334 333

  
......
390 389
						imageLevels = null;
391 390
						graphics = null;
392 391
					} else {
392
						int i =0 ;
393
						while ( !cancel.isCanceled() && it.hasNext() ) {
393 394

  
394
						while ( !cancel.isCanceled() && it.hasNext() ) {
395 395
							IFeature feat = it.next();
396 396
							ISymbol sym = legend.getSymbolByFeature(feat);
397 397
							IGeometry geom = feat.getGeometry();
398 398
							geom.drawInts(g, viewPort, sym);
399
							i++;
399 400
						}
400 401
					}
401 402
				} catch (ReadDriverException e) {

Also available in: Unified diff