Changeset 16760 in josm for trunk/resources/data/validator/deprecated.mapcss
- Timestamp:
- 2020-07-13T22:23:01+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/resources/data/validator/deprecated.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r16752 r16760 2018 2018 fixAdd: "building=apartments"; 2019 2019 } 2020 2021 node[lamp_mount="bent mast"] { 2022 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2023 suggestAlternative: "lamp_mount=bent_mast"; 2024 group: tr("deprecated tagging"); 2025 fixAdd: "lamp_mount=bent_mast"; 2026 } 2027 2028 node[lamp_mount="straight mast"] { 2029 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2030 suggestAlternative: "lamp_mount=straight_mast"; 2031 group: tr("deprecated tagging"); 2032 fixAdd: "lamp_mount=straight_mast"; 2033 } 2034 2035 node[lamp_type=electrical] { 2036 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2037 suggestAlternative: "lamp_type=electric"; 2038 group: tr("deprecated tagging"); 2039 fixAdd: "lamp_type=electric"; 2040 }
Note:
See TracChangeset
for help on using the changeset viewer.
