Ignore:
Timestamp:
2020-07-14T12:24:44+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #19180 - Add most tags from deprecated.mapcss to ignorelist to clean up a bit the severity other group of validator results

File:
1 edited

Legend:

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

    r16760 r16762  
    10031003}
    10041004*[amenity=proposed],
    1005 *[amenity=proposed],
    10061005*[amenity=disused],
    10071006*[shop=disused],
     
    19981997}
    19991998
     1999/* #19180 */
    20002000*[access=customer] {
    20012001  throwWarning: tr("{0} is deprecated", "{0.tag}");
     
    20042004  fixAdd: "access=customers";
    20052005}
    2006 
    20072006*[addr:inclusion=estimated] {
    20082007  throwWarning: tr("{0} is deprecated", "{0.tag}");
     
    20112010  fixAdd: "addr:inclusion=estimate";
    20122011}
    2013 
    20142012*[building=apartment] {
    20152013  throwWarning: tr("{0} is deprecated", "{0.tag}");
     
    20182016  fixAdd: "building=apartments";
    20192017}
    2020 
    20212018node[lamp_mount="bent mast"] {
    20222019  throwWarning: tr("{0} is deprecated", "{0.tag}");
     
    20252022  fixAdd: "lamp_mount=bent_mast";
    20262023}
    2027 
    20282024node[lamp_mount="straight mast"] {
    20292025  throwWarning: tr("{0} is deprecated", "{0.tag}");
     
    20322028  fixAdd: "lamp_mount=straight_mast";
    20332029}
    2034 
    20352030node[lamp_type=electrical] {
    20362031  throwWarning: tr("{0} is deprecated", "{0.tag}");
Note: See TracChangeset for help on using the changeset viewer.