Changes between Version 5 and Version 6 of Rules/ValidatingBuildingsInHOTTMProjects


Ignore:
Timestamp:
2023-03-29T15:58:49+02:00 (3 years ago)
Author:
Patrik_B
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules/ValidatingBuildingsInHOTTMProjects

    v5 v6  
    1212
    1313/*
    14 * building with layer tag
     14* building with layer tag. It won't flag building=roof
    1515*/
    1616*[building][building!=roof][layer]{
     
    2323* building with different tag then yes
    2424*/
    25 *[building][building!=yes]{
     25way[building][building!=yes]{
    2626throwWarning: tr("Building has different tag then yes");
    2727fixRemove: "building";
    2828fixAdd: "building=yes";
     29group: tr("_Fix");
     30}
     31
     32/*
     33* node with building tag
     34*/
     35node[building]{
     36throwWarning: tr("Node has a building tag");
     37fixDeleteObject: this;
    2938group: tr("_Fix");
    3039}