Ticket #21954: josm_21954_validator.patch

File josm_21954_validator.patch, 1.1 KB (added by skyper, 4 years ago)

patch for validator

  • resources/data/validator/deprecated.mapcss

     
    23262326  group: tr("deprecated tagging");
    23272327}
    23282328
     2329/* #21954 */
     2330*[surface=decoturf] {
     2331  throwWarning: tr("{0} is deprecated", "{0.tag}");
     2332  suggestAlternative: "surface=acrylic";
     2333  fixAdd: "surface=acrylic";
     2334  group: tr("deprecated tagging");
     2335}
     2336
    23292337/* #20637 */
    23302338*[role] {
    23312339  throwWarning: tr("{0} as a tag on an object. Roles are specified in the relation members list instead.", "{0.tag}", "{0.key}");
  • resources/data/validator/ignoretags.cfg

     
    722722K:man_made=pumping_rig
    723723E:pump:type
    724724K:substance=heat
     725K:surface=decoturf
    725726;
    726727; Tags not yet decided (to remove from this section when added or moved up when deprecated)
    727728; see josm tickets: 17770 15309 15774 16315 16658 16793 19982