Changes between Initial Version and Version 2 of Ticket #24858
- Timestamp:
- 2026-08-19T20:43:35+02:00 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24858 – Description
initial v2 5 5 ==== Origin 6 6 7 The following rule in JOSM's build-in rules exists twice in [https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/deprecated.mapcss deprecated.mapcss], at lines 23 52and 23757 The following rules in JOSM's build-in rules exists twice in [https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/deprecated.mapcss deprecated.mapcss], starting at lines 2338 and 2361 8 8 9 9 {{{#!mapcss 10 /* #20421 */ 11 *[transformer=minor_distribution] { 12 throwWarning: tr("{0} is deprecated", "{1.tag}"); 13 suggestAlternative: "transformer=distribution"; 14 group: tr("deprecated tagging"); 15 fixAdd: "transformer=distribution"; 16 } 17 18 *[transformer=traction] { 19 throwWarning: tr("{0} is deprecated", "{0.tag}"); 20 suggestAlternative: "transformer=main"; 21 group: tr("deprecated tagging"); 22 fixAdd: "transformer=main"; 23 } 24 10 25 *[transformer=auto] { 11 26 throwWarning: tr("{0} is deprecated", "{0.tag}"); … … 17 32 }}} 18 33 19 The fix is probably simply removing th is rulefrom one of the two locations.20 The duplicated rule was added in r1959 034 The fix is probably simply removing these rules from one of the two locations. 35 The duplicated rule was added in r19591 21 36 22 37


