Revision 13606 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FConverter.java

View differences:

FConverter.java
222 222
							break;
223 223

  
224 224
						case PathIterator.SEG_CLOSE:
225
//							System.out.println("SEG_CLOSE");
226

  
227 225
							// A?adimos el primer punto para cerrar.
228 226
							Coordinate firstCoord = (Coordinate) arrayCoords.get(0);
229 227
							arrayCoords.add(new Coordinate(firstCoord.x,

Also available in: Unified diff