Changeset 35976 in osm for applications/editors/josm/plugins/simplifyarea
- Timestamp:
- 2022-06-14T20:11:21+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaAction.java
r35579 r35976 56 56 private static boolean isInBounds(final Node node, final List<Bounds> bounds) { 57 57 for (final Bounds b : bounds) { 58 if (b.contains(node .getCoor())) {58 if (b.contains(node)) { 59 59 return true; 60 60 }
Note:
See TracChangeset
for help on using the changeset viewer.