Ticket #17901: 17901.patch
File 17901.patch, 897 bytes (added by , 6 years ago) |
---|
-
data/validator/combinations.mapcss
262 262 group: tr("suspicious tag combination"); 263 263 } 264 264 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 272 265 /* {0.tag} together with {1.tag} (error level) */ 273 266 relation[type=multipolygon][area=no] { 274 267 throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); … … 597 590 area[cemetery=sector][landuse=cemetery] { 598 591 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 599 592 group: tr("suspicious tag combination"); 600 } 601 No newline at end of file 593 }