Ignore:
Timestamp:
2015-03-05T18:41:24+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10186 - add validator warning for highway=footway together with bicycle=designated

File:
1 edited

Legend:

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

    r8094 r8117  
    169169}
    170170
     171/* {0.tag} together with {1.tag}, see #10186 */
     172*[highway=footway][bicycle=designated] {
     173  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
     174}
     175
    171176/*see #11127*/
    172177way[waterway][bridge=yes] {
Note: See TracChangeset for help on using the changeset viewer.