Changeset 16435 in osm for applications/editors/josm
- Timestamp:
- 2009-07-11T15:40:41+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/CrossingWays.java
r16159 r16435 105 105 boolean isCoastline2 = coastline2 != null && (coastline2.equals("water") || coastline2.equals("coastline")); 106 106 if( isCoastline1 != isCoastline2 ) continue; 107 108 if((es1.railway != null && es1.railway.equals("abandoned")) || (railway2 != null && railway2.equals("abandoned"))) continue; 107 109 108 110 prims = Arrays.asList(es1.ws.way, es2.ws.way);
Note:
See TracChangeset
for help on using the changeset viewer.