Ignore:
Timestamp:
2019-09-30T13:56:33+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #18185 - exclude oneway=reversible from odd number of lanes check

File:
1 edited

Legend:

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

    r15360 r15393  
    556556}
    557557
    558 /* #14125, #14323 */
    559 way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
     558/* #14125, #14323, #18185 */
     559way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][oneway!=reversible][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
    560560  throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
    561561  group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.