Changes between Initial Version and Version 1 of Rules/DuplicateAttributes


Ignore:
Timestamp:
2024-09-18T17:58:56+02:00 (18 months ago)
Author:
CjMalone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules/DuplicateAttributes

    v1 v1  
     1meta {
     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}