Ticket #24114: josm_24114.patch
| File josm_24114.patch, 1.2 KB (added by , 3 days ago) |
|---|
-
resources/data/validator/combinations.mapcss
334 334 group: tr("suspicious tag combination"); 335 335 } 336 336 337 /* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186, #18815, #20960 */337 /* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186, #18815, #20960, #24114 */ 338 338 *[barrier=kerb][kerb=no], 339 339 way[highway=construction][construction][construction=~/^(yes|minor|no)$/], 340 340 way[railway=construction][construction][construction=~/^(yes|minor|no)$/], … … 352 352 way[tracktype=grade5][surface].fully_paved_surface, 353 353 way[segregated][bicycle=no], 354 354 way[segregated][foot=no], 355 way[man_made=pipeline][tunnel=flooded] { 355 way[man_made=pipeline][tunnel=flooded], 356 *[line_management=termination][location:transition=yes] { 356 357 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 357 358 group: tr("suspicious tag combination"); 358 359 }
