Ticket #24114: josm_24114.patch

File josm_24114.patch, 1.2 KB (added by francois.lacombe, 3 days ago)

Include location:transition=yes + line_management=termination as suspicious tags combination

  • resources/data/validator/combinations.mapcss

     
    334334  group: tr("suspicious tag combination");
    335335}
    336336
    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 */
    338338*[barrier=kerb][kerb=no],
    339339way[highway=construction][construction][construction=~/^(yes|minor|no)$/],
    340340way[railway=construction][construction][construction=~/^(yes|minor|no)$/],
     
    352352way[tracktype=grade5][surface].fully_paved_surface,
    353353way[segregated][bicycle=no],
    354354way[segregated][foot=no],
    355 way[man_made=pipeline][tunnel=flooded] {
     355way[man_made=pipeline][tunnel=flooded],
     356*[line_management=termination][location:transition=yes] {
    356357  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    357358  group: tr("suspicious tag combination");
    358359}