Changeset 15414 in josm


Ignore:
Timestamp:
2019-10-04T14:26:38+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #18203 - warn about suspcious highway=* construction=* coombinations

File:
1 edited

Legend:

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

    r15403 r15414  
    630630  fixAdd: "emergency=emergency_ward_entrance";
    631631}
     632
     633/* #18203 */
     634way[construction][construction!=yes][highway][highway!=construction] {
     635  throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
     636  group: tr("suspicious tag combination");
     637}
Note: See TracChangeset for help on using the changeset viewer.