Changeset 16646 in josm for trunk/resources/data/validator/highway.mapcss
- Timestamp:
- 2020-06-15T13:45:43+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/highway.mapcss
r15648 r16646 103 103 } 104 104 105 /* footway, see #10851, #10976, #15439 */105 /* footway, see #10851, #10976, #15439, #19389 */ 106 106 way[footway=left][/^footway:/], 107 107 way[footway=right][/^footway:/], … … 136 136 set fixable_footway; 137 137 } 138 way[footway][footway!= sidewalk][footway!=crossing]!.fixable_footway!.not_fixable_footway { /* do not trigger this rule if already one of the 4 previous rules applied */139 throwWarning: tr("Value of ''{0}'' should either be ''{1}'' or ''{2}''. For sidewalks use ''{3}'' instead.", "{0.key}", "{1.value}", "{2.value}", "sidewalk=left|right|both|no");138 way[footway][footway!=access_aisle][footway!=crossing][footway!=sidewalk]!.fixable_footway!.not_fixable_footway { /* do not trigger this rule if already one of the 4 previous rules applied */ 139 throwWarning: tr("Value of {0} should either be {1}, {2} or {3}. For sidewalks use {4} instead.", "{0.key}", "{1.value}", "{2.value}", "{3.value}", "sidewalk=left|right|both|no"); 140 140 assertNoMatch: "way footway=left"; 141 141 assertNoMatch: "way footway=none";
Note:
See TracChangeset
for help on using the changeset viewer.