Changeset 11529 in josm
- Timestamp:
- 2017-02-02T19:51:40+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r11513 r11529 473 473 } 474 474 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 */ 476 way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] { 477 477 throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}"); 478 478 group: tr("missing tag");
Note:
See TracChangeset
for help on using the changeset viewer.