Changeset 17105 in josm for trunk/resources/data/validator/combinations.mapcss
- Timestamp:
- 2020-10-07T20:43:06+02:00 (5 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/resources/data/validator/combinations.mapcss (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/resources/data/validator/combinations.mapcssr17091 r17105 854 854 assertNoMatch: "way footway=sidewalk abandoned:highway=unclassified"; 855 855 } 856 857 /* #17498 */ 858 way[bicycle][/^cycleway(:|$)/][!/^bicycle:/][bicycle=~/^(no|none|use_sidepath)$/][/^cycleway(:|$)/!~/^(no|none|separate)$/] { 859 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 860 group: tr("suspicious tag combination"); 861 assertMatch: "way bicycle=no cycleway=track"; 862 assertMatch: "way bicycle=use_sidepath cycleway=lane"; 863 assertMatch: "way bicycle=use_sidepath cycleway:left=lane"; 864 assertNoMatch: "way bicycle=use_sidepath cycleway=no"; 865 assertNoMatch: "way bicycle=use_sidepath bicycle:backward=yes cycleway:left=lane"; /* instead of :backward, could also be :forward or :conditional */ 866 assertNoMatch: "way bicycle=no cycleway:right=no"; 867 assertNoMatch: "way bicycle=use_sidepath cycleway:left=none"; 868 assertNoMatch: "way highway=cycleway cycleway=separate"; 869 assertNoMatch: "way highway=residential bicycle=use_sidepath"; 870 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
