Changeset 15256 in josm


Ignore:
Timestamp:
2019-07-18T19:28:54+02:00 (6 years ago)
Author:
Klumbumbus
Message:

see #17604 - disable addr:street together with addr:place warning in CZ and DK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/combinations.mapcss

    r15254 r15256  
    271271/* {0.key} together with {1.key}, #17630, #17604 */
    272272*[building:part][building],
    273 *[addr:street][addr:place] {
     273*[addr:street][addr:place][outside("CZ,DK")] {
    274274  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
    275275  group: tr("suspicious tag combination");
Note: See TracChangeset for help on using the changeset viewer.