Changeset 15524 in josm
- Timestamp:
- 2019-11-17T13:58:20+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r15512 r15524 619 619 } 620 620 621 /* #17973, #18183 */622 way[highway=path ][foot][foot!=no ][foot!=use_sidepath ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath] !.unpaved_surface,623 way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated] !.unpaved_surface,621 /* #17973, #18183, #18331 */ 622 way[highway=path ][foot][foot!=no ][foot!=use_sidepath ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath][bicycle!=dismount]!.unpaved_surface, 623 way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated][bicycle!=dismount]!.unpaved_surface, 624 624 way[highway=cycleway][foot][foot!=no ][foot!=use_sidepath ][!segregated]!.unpaved_surface { 625 625 throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
Note:
See TracChangeset
for help on using the changeset viewer.