Changeset 19273 in josm for trunk/resources/data
- Timestamp:
- 2024-12-30T17:54:07+01:00 (10 days ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r19257 r19273 1074 1074 throwWarning: tr("{0} together with {1}", "{0.tag}", "{3.tag}"); 1075 1075 group: tr("suspicious tag combination"); 1076 assertMatch: "way cycleway:right=separate cycleway:right:buffer=yes";1077 1076 assertMatch: "way cycleway:left=shared_lane cycleway:buffer=no"; 1078 1077 assertMatch: "way cycleway:both=track cycleway:left:buffer=yes"; -
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.