Changeset 17046 in josm for trunk/resources


Ignore:
Timestamp:
2020-09-19T20:27:13+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19821 - Don't warn about oneway on leisure=track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r17038 r17046  
    225225}
    226226
    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 */
     228way[oneway   ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/][leisure!=track],
    229229*[snowplowing][!highway][!amenity][!leisure] {
    230230  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.