Changes between Initial Version and Version 5 of Ticket #22556
- Timestamp:
- 2023-01-02T17:35:15+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22556
- Property Status new → reopened
-
Ticket #22556 – Description
initial v5 8 8 {{{#!rule 9 9 way[building=roof][amenity=fuel] { 10 throw Warning: tr("{0} together with {1}, usually {1} is located underneath the roof", "{0.tag}", "{1.tag}");10 throwOther: tr("{0} together with {1}, usually {1} is located underneath the roof", "{0.tag}", "{1.tag}"); 11 11 group: tr("suspicious tag combination"); 12 12 } … … 15 15 {{{#!rule 16 16 way[building=roof][/^addr:/] { 17 throw Warning: tr("{0} together with {1}, usually addresses refer to objects underneath the roof", "{0.tag}", "{1.key}");17 throwOther: tr("{0} together with {1}, usually addresses refer to objects underneath the roof", "{0.tag}", "{1.key}"); 18 18 group: tr("suspicious tag combination"); 19 19 }


