Changeset 15254 in josm


Ignore:
Timestamp:
2019-07-17T21:25:35+02:00 (5 years ago)
Author:
Klumbumbus
Message:

don't warn about oneway on aeroway=runway or taxiway, fixes https://github.com/osm-fr/osmose-backend/issues/554

File:
1 edited

Legend:

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

    r15248 r15254  
    212212
    213213/* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
    214 way[oneway   ][!highway][!railway][!aerialway][attraction!=summer_toboggan],
     214way[oneway   ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/],
    215215*[snowplowing][!highway][!amenity][!leisure] {
    216216  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.