Changes between Initial Version and Version 5 of Ticket #22556


Ignore:
Timestamp:
2023-01-02T17:35:15+01:00 (3 years ago)
Author:
Famlam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22556

    • Property Status newreopened
  • Ticket #22556 – Description

    initial v5  
    88{{{#!rule
    99way[building=roof][amenity=fuel] {
    10   throwWarning: 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}");
    1111  group: tr("suspicious tag combination");
    1212}
     
    1515{{{#!rule
    1616way[building=roof][/^addr:/] {
    17   throwWarning: 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}");
    1818  group: tr("suspicious tag combination");
    1919}