Changeset 10064 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2008-08-22T17:36:29+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/OverlappingWays.java
r9684 r10064 79 79 area++; 80 80 if (ws.way.get("landuse") != null || ws.way.get("natural") != null 81 || ws.way.get("amenity") != null || ws.way.get("leisure") != null) 81 || ws.way.get("amenity") != null || ws.way.get("leisure") != null 82 || ws.way.get("building") != null) 82 83 { 83 84 area++; ways--;
Note:
See TracChangeset
for help on using the changeset viewer.