Changeset 14901 in josm


Ignore:
Timestamp:
2019-03-18T20:59:21+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17482 - suggest to remove building:ruian:type when there is no added value

File:
1 edited

Legend:

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

    r14885 r14901  
    3333  group: tr("unnecessary tag");
    3434  fixRemove: "{2.key}";
     35}
     36
     37/* #17482 */
     38*[building:ruian:type=2][building=farm_auxiliary],
     39*[building:ruian:type=7][building=house],
     40*[building:ruian:type=11][building=hotel],
     41*[building:ruian:type=12][building=warehouse],
     42*[building:ruian:type=13][building=barn],
     43*[building:ruian:type=18][building=garage],
     44*[building:ruian:type=21][building=greenhouse] {
     45  throwWarning: tr("{0} is unnecessary for {1}", "{0.tag}", "{1.tag}");
     46  group: tr("unnecessary tag");
     47  fixRemove: "{0.key}";
    3548}
    3649
Note: See TracChangeset for help on using the changeset viewer.