Ticket #21954: josm_21954_validator.patch
| File josm_21954_validator.patch, 1.1 KB (added by , 4 years ago) |
|---|
-
resources/data/validator/deprecated.mapcss
2326 2326 group: tr("deprecated tagging"); 2327 2327 } 2328 2328 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 2329 2337 /* #20637 */ 2330 2338 *[role] { 2331 2339 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
722 722 K:man_made=pumping_rig 723 723 E:pump:type 724 724 K:substance=heat 725 K:surface=decoturf 725 726 ; 726 727 ; Tags not yet decided (to remove from this section when added or moved up when deprecated) 727 728 ; see josm tickets: 17770 15309 15774 16315 16658 16793 19982
