Changeset 15831 in josm for trunk


Ignore:
Timestamp:
2020-02-08T20:46:44+01:00 (4 years ago)
Author:
Klumbumbus
Message:

Fix #11232 - Warn about highway=* + construction=yes

File:
1 edited

Legend:

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

    r15828 r15831  
    19201920  group: tr("deprecated tagging");
    19211921}
     1922
     1923/* #11232 */
     1924way[highway][construction=yes][highway!=construction] {
     1925  throwWarning: tr("{0} is deprecated", "{1.tag}");
     1926  suggestAlternative: "construction=minor";
     1927  suggestAlternative: concat("highway=construction + construction=", "{0.value}");
     1928  group: tr("deprecated tagging");
     1929}
Note: See TracChangeset for help on using the changeset viewer.