Changeset 19273 in josm for trunk/resources/data/validator/highway.mapcss
- Timestamp:
- 2024-12-30T17:54:07+01:00 (12 months ago)
- File:
-
- 1 edited
-
trunk/resources/data/validator/highway.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/highway.mapcss
r18552 r19273 92 92 way[highway=cycleway][cycleway=lane] { 93 93 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 94 assertMatch: "way highway=cycleway cycleway=lane"; 95 assertMatch: "way highway=footway maxspeed=20"; 94 96 assertNoMatch: "way highway=cycleway bicycle=yes"; 95 97 assertNoMatch: "way highway=cycleway"; 96 98 assertNoMatch: "way highway=footway foot=yes"; 97 99 assertNoMatch: "way highway=footway"; 98 assertMatch: "way highway=cycleway cycleway=lane";99 assertNoMatch: "way highway=cycleway";100 100 assertNoMatch: "way highway=residential cycleway=lane"; 101 assertMatch: "way highway=footway maxspeed=20";102 101 assertNoMatch: "way highway=residential maxspeed=20"; 103 assertNoMatch: "way highway=footway";104 102 } 105 103
Note:
See TracChangeset
for help on using the changeset viewer.
