Changeset 30737 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SimplifyWay.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SimplifyWay.java
r20585 r30737 23 23 public void simplifyWayRange(Way wnew, int from, int to, double thr) { 24 24 if (to - from >= 2) { 25 ArrayList<Node> ns = new ArrayList< Node>();25 ArrayList<Node> ns = new ArrayList<>(); 26 26 simplifyWayRange(wnew, from, to, ns, thr); 27 27 List<Node> nodes = wnew.getNodes();
Note:
See TracChangeset
for help on using the changeset viewer.
