Changeset 7923 in josm


Ignore:
Timestamp:
2015-01-03T16:46:53+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #10925 - report aeroway=terminal without building

File:
1 edited

Legend:

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

    r7922 r7923  
    106106}
    107107
     108/* {0.tag} without {1.key} */
     109*[aeroway=terminal][!building] {
     110  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
     111}
     112
    108113/* {0.key} without {1.key} or {2.key} */
    109114*[incline                      ][!highway][!railway],
Note: See TracChangeset for help on using the changeset viewer.