Changeset 9723 in josm


Ignore:
Timestamp:
2016-02-03T19:14:21+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12487 - allow incline on aeroway=runway|taxiway

File:
1 edited

Legend:

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

    r9561 r9723  
    146146
    147147/* {0.key} without {1.key} or {2.key} */
    148 *[incline                      ][!highway][!railway],
    149148*[oneway                       ][!highway][!railway] {
    150149  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
     
    180179
    181180/* {0.key} without {1.key}, {2.key} or {3.tag} */
     181*[incline                      ][!highway][!railway][aeroway!~/^(runway|taxiway)$/],
    182182*[toll                         ][!highway][!barrier][route!~/^(ferry|road)$/] {
    183183  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.