Skip to content

Commit

Permalink
Mention that Douglas-Peucker is used
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18883 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
GerdP authored and GerdP committed Oct 30, 2023
1 parent 6422b36 commit 0b98a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openstreetmap/josm/actions/SimplifyWayAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public static SequenceCommand createSimplifyCommand(Way w, double threshold) {

/**
* Builds the simplified list of nodes for a way segment given by a lower index <code>from</code>
* and an upper index <code>to</code>
* and an upper index <code>to</code>. Uses the Douglas-Peucker-Algorithm.
*
* @param wnew the way to simplify
* @param from the lower index
Expand Down

0 comments on commit 0b98a74

Please sign in to comment.