Changeset 9723 in josm
- Timestamp:
- 2016-02-03T19:14:21+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r9561 r9723 146 146 147 147 /* {0.key} without {1.key} or {2.key} */ 148 *[incline ][!highway][!railway],149 148 *[oneway ][!highway][!railway] { 150 149 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}"); … … 180 179 181 180 /* {0.key} without {1.key}, {2.key} or {3.tag} */ 181 *[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/], 182 182 *[toll ][!highway][!barrier][route!~/^(ferry|road)$/] { 183 183 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
Note:
See TracChangeset
for help on using the changeset viewer.