Ignore:
Timestamp:
2017-01-30T19:19:51+01:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #14264 - don't warn about aerialway oneway combination

File:
1 edited

Legend:

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

    r11497 r11513  
    161161}
    162162
    163 /* {0.key} without {1.key} or {2.key} */
    164 way[oneway][!highway][!railway] {
    165   throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
    166   group: tr("missing tag");
    167 }
    168 
    169163/* {0.key} without {1.key} or {2.tag} */
    170164*[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
     
    195189
    196190/* {0.key} without {1.key}, {2.key} or {3.key} */
     191way[oneway][!highway][!railway][!aerialway],
    197192*[snowplowing                  ][!highway][!amenity][!leisure] {
    198193  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.