Changes between Version 31 and Version 32 of Rules/ValidatingBuildingsInHOTTMProjects


Ignore:
Timestamp:
2026-07-30T19:16:41+02:00 (6 days ago)
Author:
Patrik_B
Comment:

Added warning for buildings tagged as highway as well, thanks to Dinar request

Legend:

Unmodified
Added
Removed
Modified
  • Rules/ValidatingBuildingsInHOTTMProjects

    v31 v32  
    120120    group: tr("HOT TM Validator Checker");
    121121}
     122
     123/* Way tagged with both building and highway */
     124way[building][highway]{
     125  throwWarning: tr("Building with highway attribute");
     126  group: tr("HOT TM Validator Checker");
     127}
    122128}}}