Changeset 18789 in osm for applications
- Timestamp:
- 2009-11-25T11:50:26+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnclosedWays.java
r18194 r18789 73 73 74 74 test = w.get("natural"); 75 if (test != null && !"coastline".equals(test) )75 if (test != null && !"coastline".equals(test) && !"cliff".equals(test)) 76 76 set(1101, marktr("natural type {0}"), test); 77 77 test = w.get("landuse");
Note:
See TracChangeset
for help on using the changeset viewer.