Changeset 8578 in josm


Ignore:
Timestamp:
2015-07-07T17:15:25+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11672 - restrict destination warning to highways

File:
1 edited

Legend:

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

    r8559 r8578  
    280280
    281281/* see #10837 */
    282 way[destination][!oneway?] {
     282way[destination][!oneway?][highway] {
    283283  throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
    284284  suggestAlternative: "destination:forward";
Note: See TracChangeset for help on using the changeset viewer.