Changes between Version 5 and Version 6 of Rules/ValidatingBuildingsInHOTTMProjects
- Timestamp:
- 2023-03-29T15:58:49+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/ValidatingBuildingsInHOTTMProjects
v5 v6 12 12 13 13 /* 14 * building with layer tag 14 * building with layer tag. It won't flag building=roof 15 15 */ 16 16 *[building][building!=roof][layer]{ … … 23 23 * building with different tag then yes 24 24 */ 25 *[building][building!=yes]{25 way[building][building!=yes]{ 26 26 throwWarning: tr("Building has different tag then yes"); 27 27 fixRemove: "building"; 28 28 fixAdd: "building=yes"; 29 group: tr("_Fix"); 30 } 31 32 /* 33 * node with building tag 34 */ 35 node[building]{ 36 throwWarning: tr("Node has a building tag"); 37 fixDeleteObject: this; 29 38 group: tr("_Fix"); 30 39 }
