{{{ #!rule meta { title: "Validating buildings in HOT TM projects"; version: "1.[[revision]]_[[date]]"; description: "Few rules for checking mistakes on buildings that are usually made by beginners using ID Editor."; icon: "HOT_TM_logo.svg"; author: "Patrik_B"; } /* * building with layer tag, except building=roof */ *[building!=roof][layer]{ throwWarning: tr("Building has layer tag"); fixRemove: "layer"; group: tr("_Fix"); } /* * building with different tag then yes */ *[building][building!=yes]{ throwWarning: tr("Building has different tag then yes"); fixRemove: "building"; fixAdd: "building=yes"; group: tr("_Fix"); } }}}