Changeset 6633 in josm for trunk/data


Ignore:
Timestamp:
2014-01-05T13:33:45+01:00 (11 years ago)
Author:
simon04
Message:

fix #9350 - Validator: do not show day|date|hour_on|off to be deprecated if used with restriction key

File:
1 edited

Legend:

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

    r6605 r6633  
    179179
    180180/* from http://wiki.openstreetmap.org/wiki/Conditional_restrictions#Deprecated_tags */
    181 *[/(day|date|hour)_(on|off)/] {
     181*[/(day|date|hour)_(on|off)/][!restriction] {
    182182  throwWarning: tr("{0} is deprecated", "{0.key}");
    183183  suggestAlternative: "*:conditional";
Note: See TracChangeset for help on using the changeset viewer.