Ignore:
Timestamp:
2010-10-11T21:59:36+02:00 (14 years ago)
Author:
jttt
Message:

Update to latest josm

Location:
applications/editors/josm/plugins/alignways
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/build.xml

    r22050 r23560  
    3636                with
    3737        -->
    38         <property name="plugin.main.version" value="3208" />
     38        <property name="plugin.main.version" value="3600" />
    3939
    4040
     
    228228
    229229        <!--
    230                 ** commits the plugin.jar 
     230                ** commits the plugin.jar
    231231                -->
    232232        <target name="commit-dist">
  • applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAlgnSegment.java

    r23189 r23560  
    2222 *         point - keeps its potential pivot point list up to date - rotate
    2323 *         itself - paint itself and its selected pivot point
    24  * 
     24 *
    2525 */
    2626public class AlignWaysAlgnSegment extends AlignWaysSegment {
     
    8888     * Returns the EastNorth of the specified pivot point pp. It always returns
    8989     * up-to-date data from dataset. Assumes segment is not null.
    90      * 
     90     *
    9191     * @param pp
    9292     *            The pivot location
     
    135135    private PivotLocations findNearbyPivot(Point clickedPoint) {
    136136        PivotLocations nearest = PivotLocations.NONE;
    137         int snapDistance = NavigatableComponent.snapDistance;
     137        int snapDistance = NavigatableComponent.PROP_SNAP_DISTANCE.get();
    138138
    139139        // If no alignee selected yet, there's no point to carry on
     
    155155    /*
    156156     * (non-Javadoc)
    157      * 
     157     *
    158158     * @see
    159159     * org.openstreetmap.josm.plugins.alignways.AlignWaysRefSegment#paint(java
Note: See TracChangeset for help on using the changeset viewer.