Ignore:
Timestamp:
2016-11-28T21:11:03+01:00 (7 years ago)
Author:
Klumbumbus
Message:
  • fix #14057 - validate direction values, deprecate direction=up/down in favor of incline=up/down
  • deprecate amenity=advertising in favor of advertising=*
  • don't warn about "highway without a reference" if destination:ref is present
File:
1 edited

Legend:

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

    r11146 r11337  
    5353}
    5454
    55 way.major_road[!ref] {
     55way.major_road[!ref][!destination:ref] {
    5656  throwOther: tr("highway without a reference");
    5757  group: tr("missing tag");
    5858  assertMatch: "way highway=primary";
    5959  assertNoMatch: "way highway=primary ref=123";
     60  assertNoMatch: "way highway=primary destination:ref=123";
    6061}
    6162
Note: See TracChangeset for help on using the changeset viewer.