Changeset 11513 in josm for trunk/data
- Timestamp:
- 2017-01-30T19:19:51+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r11497 r11513 161 161 } 162 162 163 /* {0.key} without {1.key} or {2.key} */164 way[oneway][!highway][!railway] {165 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");166 group: tr("missing tag");167 }168 169 163 /* {0.key} without {1.key} or {2.tag} */ 170 164 *[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/], … … 195 189 196 190 /* {0.key} without {1.key}, {2.key} or {3.key} */ 191 way[oneway][!highway][!railway][!aerialway], 197 192 *[snowplowing ][!highway][!amenity][!leisure] { 198 193 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
Note:
See TracChangeset
for help on using the changeset viewer.