Ticket #17901: 17901.patch

File 17901.patch, 897 bytes (added by ZeiP, 6 years ago)
  • data/validator/combinations.mapcss

     
    262262  group: tr("suspicious tag combination");
    263263}
    264264
    265 way[highway=footway][bicycle=designated],
    266 way[highway=cycleway][foot=designated] {
    267   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    268   group: tr("suspicious tag combination");
    269   suggestAlternative: "highway=path";
    270 }
    271 
    272265/* {0.tag} together with {1.tag} (error level) */
    273266relation[type=multipolygon][area=no] {
    274267  throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
     
    597590area[cemetery=sector][landuse=cemetery] {
    598591  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    599592  group: tr("suspicious tag combination");
    600 }
    601  No newline at end of file
     593}