Revision 20631 branches/v10/extensions/extAnnotations/src/com/iver/cit/gvsig/fmap/operation/strategies/Annotation_Strategy.java

View differences:

Annotation_Strategy.java
234 234
  					Point2D p = new Point2D.Double(fpPixels.getX(), fpPixels
235 235
  							.getY());
236 236

  
237
  					if (!capa.isEditing() && l.isAvoidOverLapping()) {
237
//  					if (!capa.isEditing() && l.isAvoidOverLapping()) {
238 238
  						p = new Point2D.Double(rPixels.getX(),rPixels.getY());
239 239
  						if (sym.isShapeVisible()) {
240 240
  							symbolPoint.draw(g, ati, fpPixels);
241 241
  						}
242 242
  						DrawAnnotation(g, sym, p, vv[idTextField].toString(),
243 243
  								viewPort, properties);
244
  					}
244
//  					}
245 245
  				} else {
246 246

  
247 247
  					// Si el tama?o de la fuente est? en pixels.

Also available in: Unified diff