Ignore:
Timestamp:
2014-05-11T10:50:42+02:00 (10 years ago)
Author:
bastiK
Message:

fixed #10002 - Complain about access=official like about access=designated

File:
1 edited

Legend:

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

    r7105 r7106  
    206206  assertMatch: "way access=designated";
    207207}
     208*[access=official] {
     209  throwWarning: tr("''{0}'' does not specify the official mode of transportation, use ''{1}'' for example", "access=official", "bicycle=official");
     210  assertMatch: "way access=official";
     211}
Note: See TracChangeset for help on using the changeset viewer.