Changeset 16678 in josm
- Timestamp:
- 2020-06-18T19:17:52+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/highway.mapcss
r16646 r16678 90 90 way[highway=footway][foot=no], 91 91 way[highway=cycleway][cycleway=lane] { 92 throwWarning: tr("{0} usedwith {1}", "{0.value}", "{1.tag}");92 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 93 93 assertNoMatch: "way highway=cycleway bicycle=yes"; 94 94 assertNoMatch: "way highway=cycleway";
Note:
See TracChangeset
for help on using the changeset viewer.