Changeset 19602 in josm


Ignore:
Timestamp:
2026-07-23T21:53:20+02:00 (3 days ago)
Author:
stoecker
Message:

fix #24114 - patch by francois.lacombe - Validate location:transition=yes as incompatible with line_management=termination

File:
1 edited

Legend:

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

    r19591 r19602  
    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)$/],
     
    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");
Note: See TracChangeset for help on using the changeset viewer.