Changeset 18556 in osm for applications/editors
- Timestamp:
- 2009-11-11T20:38:45+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/WronglyOrderedWays.java
r17722 r18556 58 58 if( !w.isUsable() ) 59 59 return; 60 if (w.getNodesCount() <= 0) 61 return; 60 62 61 63 String natural = w.get("natural");
Note:
See TracChangeset
for help on using the changeset viewer.