Changeset 18883 in josm


Ignore:
Timestamp:
2023-10-30T12:48:08+01:00 (7 months ago)
Author:
GerdP
Message:

Mention that Douglas-Peucker is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.java

    r18851 r18883  
    425425    /**
    426426     * Builds the simplified list of nodes for a way segment given by a lower index <code>from</code>
    427      * and an upper index <code>to</code>
     427     * and an upper index <code>to</code>. Uses the Douglas-Peucker-Algorithm.
    428428     *
    429429     * @param wnew the way to simplify
Note: See TracChangeset for help on using the changeset viewer.