Revision 41098 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/fmap/mapcontrol/MapControl.java

View differences:

MapControl.java
502 502
     * 
503 503
     * @see ViewPort#fromMapPoint(Point2D)
504 504
     */
505
    private Point2D adjustedPoint;
505
    protected Point2D adjustedPoint;
506 506
    /**
507 507
     * <p>
508 508
     * Determines if the position of the snap of the mouse's cursor on the
......
557 557
     * 
558 558
     * @see MapControl#toMapPoint
559 559
     */
560
    private Point2D mapAdjustedPoint;
560
    protected Point2D mapAdjustedPoint;
561 561

  
562 562
    /**
563 563
     * Renderer used to draw the layers.

Also available in: Unified diff