Changeset 32227 in osm for applications/editors
- Timestamp:
- 2016-06-09T00:13:30+02:00 (9 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/DirectionTest.java
r32226 r32227 80 80 primitiveList.add(1, waysToCheck.get(i).getWay()); 81 81 errors.add(new TestError(this, Severity.WARNING, 82 tr("PT: Route passes on oneway street in wrong direction"), ERROR_CODE_ROUNDABOUT,82 tr("PT: Route passes on an unsplit roundabout"), ERROR_CODE_ROUNDABOUT, 83 83 primitiveList)); 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.