Changeset 6549 in josm for trunk/data/validator
- Timestamp:
- 2013-12-27T21:16:58+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/highway.mapcss
r6516 r6549 58 58 } 59 59 60 way[foot][highway =~ /motorway|trunk|primary|secondary|tertiary/] { 61 throwWarning: tr("{0} used with {1}", "{0.key}", "{1.tag}"); 62 suggestAlternative: "sidewalk"; 63 suggestAlternative: "separate footway"; 64 assertMatch: "way highway=primary foot=yes"; 65 assertNoMatch: "way highway=primary"; 66 } 67 60 68 way[highway=road] { 61 69 throwWarning: tr("temporary highway type"); … … 107 115 assertNoMatch: "way name=Foobarstraße"; 108 116 } 109 110 /*111 TODO: * : W : / *name * /i == * && name != * # misspelled key name112 */
Note:
See TracChangeset
for help on using the changeset viewer.