161 | | /* {0.tag} without {1.key} (warning level), #18411, #18246, #20530 */ |
162 | | way[railway=construction][!construction], |
163 | | way[highway=construction][!construction], |
| 161 | /* {0.tag} without {1.key} (warning level), #18411, #18246, #20530, #20960 */ |
| 162 | way[railway=construction][!construction][!construction:railway], |
| 163 | way[highway=construction][!construction][!construction:highway], |
| 164 | area[building=construction][!construction][!construction:building], |
| 165 | area[landuse=construction][!construction][!construction:landuse], |
310 | | /* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186, #18815 */ |
| 312 | /* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186, #18815, #20960 */ |
312 | | way[highway=construction][construction=yes], |
313 | | way[railway=construction][construction=yes], |
| 314 | way[highway=construction][construction][construction=~/^(yes|minor|no)$/], |
| 315 | way[railway=construction][construction][construction=~/^(yes|minor|no)$/], |
| 316 | area[building=construction][construction][construction=~/^(yes|minor|no)$/], |
| 317 | area[landuse=construction][construction][construction=~/^(yes|minor|no)$/], |
840 | | /* #18203 */ |
841 | | way[construction][construction!=yes][construction!=minor][highway][highway!=construction] { |
842 | | throwWarning: tr("{0} together with {1}", "{3.tag}", "{0.tag}"); |
| 846 | /* #18203, #20960 */ |
| 847 | way[construction][construction!~/^(yes|minor|no)$/][highway][highway!=construction], |
| 848 | way[construction][construction!~/^(yes|minor|no)$/][railway][railway!=construction], |
| 849 | area[construction][construction!~/^(yes|minor|no)$/][building][building!=construction], |
| 850 | area[construction][construction!~/^(yes|minor|no)$/][landuse][landuse!=construction] { |
| 851 | throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}"); |