Changeset 11529 in josm


Ignore:
Timestamp:
2017-02-02T19:51:40+01:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #14323, see #14125 - don't warn about odd number of lanes without lanes:forward|backward in roundabouts

File:
1 edited

Legend:

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

    r11513 r11529  
    473473}
    474474
    475 /* #14125 */
    476 way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
     475/* #14125, #14323 */
     476way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
    477477  throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
    478478  group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.