Revision 5574 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/DBStrategy.java

View differences:

DBStrategy.java
193 193
							cache.insert(geom.getBounds2D(), geom);
194 194
						}
195 195
					}
196
				}
196
				}  
197 197

  
198 198
	            // symbol = l.getDefaultSymbol();
199 199
	            geom.drawInts(g,viewPort, symbol);
200 200
	            
201
	        }
201
	        } 
202 202
	        dbAdapter.stop();
203 203
		} catch (DriverIOException e) {
204 204
			throw new DriverException(e);

Also available in: Unified diff