| | 1 | meta { |
| | 2 | title: "Duplicate Attributes"; |
| | 3 | version: "1.1_2024-09-18"; |
| | 4 | author: "CjMalone"; |
| | 5 | link: "https://josm.openstreetmap.de/wiki/Rules/DuplicateAttributes"; |
| | 6 | baselanguage: "en"; |
| | 7 | } |
| | 8 | |
| | 9 | *[website][contact:website] { |
| | 10 | throwWarning: "Both website and contact:website on this element. One should probably be removed."; |
| | 11 | } |
| | 12 | |
| | 13 | *[phone][contact:phone] { |
| | 14 | throwWarning: "Both phone and contact:phone on this element. One should probably be removed."; |
| | 15 | } |
| | 16 | |
| | 17 | *[email][contact:email] { |
| | 18 | throwWarning: "Both email and contact:email on this element. One should probably be removed."; |
| | 19 | } |