Changeset 14998 in josm for trunk/data/validator


Ignore:
Timestamp:
2019-04-18T21:52:34+02:00 (7 years ago)
Author:
Klumbumbus
Message:
Location:
trunk/data/validator
Files:
2 edited

Legend:

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

    r14987 r14998  
    267267}
    268268
    269 /* {0.key} together with {1.key} (info level) */
     269/* {0.key} together with {1.key}, #17604 */
    270270*[addr:street][addr:place] {
    271   throwOther: tr("{0} together with {1}", "{0.key}", "{1.key}");
     271  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
    272272  group: tr("suspicious tag combination");
    273273}
  • trunk/data/validator/territories.mapcss

    r14552 r14998  
    2323  assertNoMatch: "way name=Hauptstrasse";
    2424}
     25
     26/* #17484 */
     27relation[type=associatedStreet][inside("DE")] {
     28  throwWarning: tr("{0} is deprecated in {1}", "{0.tag}", "Deutschland");
     29  suggestAlternative: "addr:street";
     30  group: tr("deprecated tagging");
     31}
Note: See TracChangeset for help on using the changeset viewer.