Changeset 17046 in josm for trunk/resources/data/validator/combinations.mapcss
- Timestamp:
- 2020-09-19T20:27:13+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r17038 r17046 225 225 } 226 226 227 /* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */228 way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/] ,227 /* {0.key} without {1.key}, {2.key} or {3.key}, #17253, #19821 */ 228 way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/][leisure!=track], 229 229 *[snowplowing][!highway][!amenity][!leisure] { 230 230 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.