- Timestamp:
- 2015-11-11T22:51:39+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r8889 r9003 133 133 /* {0.key} without {1.key} or {2.tag} */ 134 134 *[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/], 135 *[segregated ][!highway][railway!=crossing], 136 *[boat ][!waterway][natural!=water] { 135 *[segregated ][!highway][railway!=crossing] { 137 136 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}"); 138 137 } … … 150 149 151 150 /* {0.key} without {1.key}, {2.tag} or {3.tag} */ 152 *[intermittent ][!waterway][natural!~/^(water|spring)$/][ford!=yes] { 151 *[intermittent ][!waterway][natural!~/^(water|spring)$/][ford!=yes], 152 *[boat ][!waterway][natural!=water][landuse!=basin] { 153 153 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}"); 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.