Changeset 15402 in josm
- Timestamp:
- 2019-10-02T22:08:42+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r15393 r15402 616 616 } 617 617 618 /* #17973 */619 way[highway=path ][foot][foot!=no ][ !segregated][bicycle][bicycle!=no]!.unpaved_surface,620 way[highway=footway ][bicycle][bicycle!=no][ !segregated]!.unpaved_surface,621 way[highway=cycleway][foot][foot!=no ][ !segregated]!.unpaved_surface {622 throwWarning: tr("Combined foot- and cycleway without {1}.", "{ 3.key}");618 /* #17973, #18183 */ 619 way[highway=path ][foot][foot!=no ][foot!=use_sidepath ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath]!.unpaved_surface, 620 way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated]!.unpaved_surface, 621 way[highway=cycleway][foot][foot!=no ][foot!=use_sidepath ][!segregated]!.unpaved_surface { 622 throwWarning: tr("Combined foot- and cycleway without {1}.", "{4.key}"); 623 623 group: tr("missing tag"); 624 624 }
Note:
See TracChangeset
for help on using the changeset viewer.