Changeset 6157 in osm for applications/editors/josm/plugins
- Timestamp:
- 2007-12-26T00:18:01+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
r5434 r6157 94 94 95 95 /* 96 * Takes an interval [from,to] and adds nodes from the set (from,to) to97 * ns.96 * Takes an interval [from,to] and adds nodes from (from,to) to ns. 97 * (from and to are indices of wnew.nodes.) 98 98 */ 99 99 public void simplifyWayRange(Way wnew, int from, int to, ArrayList<Node> ns, double thr) {
Note:
See TracChangeset
for help on using the changeset viewer.