Changes between Version 2 and Version 3 of Rules/ValidatingBuildingsInHOTTMProjects


Ignore:
Timestamp:
2023-03-11T22:42:03+01:00 (3 years ago)
Author:
Patrik_B
Comment:

added exception for layer check if building = roof

Legend:

Unmodified
Added
Removed
Modified
  • Rules/ValidatingBuildingsInHOTTMProjects

    v2 v3  
    44{
    55  title: "Validating buildings in HOT TM projects";
    6   version: "[[revision]]_[[date]]";
     6  version: "1.[[revision]]_[[date]]";
    77  description: "Few rules for checking mistakes on buildings that are usually made by beginners using ID Editor.";
     8  icon: "HOT_TM_logo.svg";
    89  author: "Patrik_B";
    910}
     
    1112
    1213/*
    13 * building with layer tag
     14* building with layer tag, except building=roof
    1415*/
    15 *[building][layer]{
     16*[building!=roof][layer]{
    1617throwWarning: tr("Building has layer tag");
    1718fixRemove: "layer";